Add Travis-CI configuration to start running tests

This commit is contained in:
Lucien Greathouse
2017-12-07 14:48:02 -08:00
parent 7042680a0a
commit 37bb0d1aa9

9
.travis.yml Normal file
View File

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