Enable travis

This commit is contained in:
Vinzent Steinberg 2017-05-05 16:56:16 +02:00
parent 67ebb80241
commit a89d9db954
1 changed files with 8 additions and 0 deletions

8
.travis.yaml Normal file
View File

@ -0,0 +1,8 @@
language: rust
rust:
- stable
- beta
- nightly
matrix:
allow_failures:
- rust: nightly