This commit is contained in:
Michael 2018-08-16 01:52:16 +00:00 committed by Michael Zhang
parent 18a3e9e240
commit fee908891a
No known key found for this signature in database
GPG key ID: A1B65B603268116B

18
.travis.yml Normal file
View file

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