Added TravisCI config
This commit is contained in:
parent
09af394709
commit
7075e88449
1 changed files with 9 additions and 0 deletions
9
travis.yml
Normal file
9
travis.yml
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
language: rust
|
||||||
|
rust:
|
||||||
|
- stable
|
||||||
|
- beta
|
||||||
|
- nightly
|
||||||
|
matrix:
|
||||||
|
allow_failures:
|
||||||
|
- rust: beta
|
||||||
|
- rust: nightly
|
Loading…
Add table
Reference in a new issue