Add Travis CI config

This commit is contained in:
Wesley Moore 2018-12-26 14:06:48 +11:00
parent b7e0c3162e
commit ccb8d78c95
No known key found for this signature in database
GPG key ID: BF67766C0BC2D0EE

10
.travis.yml Normal file
View file

@ -0,0 +1,10 @@
language: rust
cache: cargo
script:
- cargo test
rust:
- stable
- beta
matrix:
allow_failures:
- rust: beta