dip/.travis.yml

19 lines
188 B
YAML
Raw Normal View History

2018-08-16 01:52:16 +00:00
language: rust
sudo: false
rust:
- stable
- beta
- nightly
os: linux
matrix:
fast_finish: true
cache:
- ~/.cargo
script:
- cargo test --all
- cargo build --release --all