Create .travis.yml

This commit is contained in:
Michel Heily 2019-06-21 13:14:12 +03:00
parent 4a67ecd1bc
commit f18ec05c17

9
.travis.yml Normal file
View file

@ -0,0 +1,9 @@
nguage: rust
rust:
- stable
- beta
- nightly
matrix:
allow_failures:
- rust: nightly
fast_finish: true