dip/.travis.yml
2018-08-15 20:01:07 -07:00

18 lines
188 B
YAML

language: rust
sudo: false
rust:
- stable
- beta
- nightly
os: linux
matrix:
fast_finish: true
cache:
- ~/.cargo
script:
- cargo test --all
- cargo build --release --all