Added TravisCI config

This commit is contained in:
Antoine Gersant 2016-09-14 23:39:18 -07:00
parent 09af394709
commit 7075e88449

9
travis.yml Normal file
View file

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