Add Travis CI metadata.
Copied from crates.io/travis-ci Rust guide.
This commit is contained in:
parent
d969b43099
commit
eebe23f2e0
8
.travis.yml
Normal file
8
.travis.yml
Normal file
@ -0,0 +1,8 @@
|
||||
language: rust
|
||||
rust:
|
||||
- stable
|
||||
- beta
|
||||
- nightly
|
||||
matrix:
|
||||
allow_failures:
|
||||
- rust: nightly
|
Loading…
Reference in New Issue
Block a user