rustation/.travis.yml
2016-06-19 02:49:44 +02:00

9 lines
112 B
YAML

language: rust
os:
- linux
before_script:
- rustc -V
- cargo -V
script:
- cargo build -v
- cargo test