cgmath/.travis.yml

10 lines
108 B
YAML
Raw Normal View History

2014-08-11 06:10:37 +00:00
language: rust
2015-05-06 14:15:44 +00:00
2015-04-06 17:22:32 +00:00
rust:
2015-12-20 20:24:56 +00:00
- nightly
- beta
- stable
2015-05-06 14:15:44 +00:00
2013-10-14 11:49:04 +00:00
script:
2016-09-05 19:01:27 +00:00
- cargo build && cargo test && cargo bench