rust/.travis.yml

7 lines
65 B
YAML
Raw Normal View History

2015-04-14 02:51:16 +08:00
language: rust
sudo: false
script:
- cargo build
- cargo test