rust/.travis.yml

7 lines
65 B
YAML
Raw Normal View History

2015-04-30 13:46:18 +05:30
language: rust
sudo: false
script:
- cargo build
- cargo test