ruwuma/.travis.yml

8 lines
85 B
YAML

language: rust
sudo: false
rust:
- stable
- nightly
script:
- cargo test --all