1
0
Fork 0

Add travis CI configuration

This commit is contained in:
Daniele Tricoli 2018-11-21 22:35:33 +01:00
parent 412adc290b
commit 63279ffd31
1 changed files with 9 additions and 0 deletions

9
.travis.yml Normal file
View File

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