Add Travis CI metadata.

Copied from crates.io/travis-ci Rust guide.
This commit is contained in:
David Wang 2017-02-18 08:28:20 +11:00
parent d969b43099
commit eebe23f2e0

8
.travis.yml Normal file
View File

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