add .travis.yml

This commit is contained in:
Lukáš Hozda 2017-11-01 22:27:52 +01:00
parent 580b7c7d69
commit 2421ccb662

8
.travis.yml Normal file
View File

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