Added travis config

This commit is contained in:
Daniel Collin 2016-01-04 22:44:24 +01:00
parent dbbeaebd72
commit f41674820c

8
.travis.yml Normal file
View file

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