Create Travis CI config

This commit is contained in:
Anton Kochkov
2019-09-12 15:46:40 +08:00
committed by GitHub
parent 9d2ac9e235
commit a46a9a707d

12
.travis.yml Normal file
View File

@@ -0,0 +1,12 @@
language: rust
rust:
- stable
- beta
- nightly
matrix:
allow_failures:
- rust: nightly
fast_finish: true
script:
- cargo build --verbose --all