Update the Travis build to use stable, and to leave some time for the tests to run.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
language: rust
|
||||
rust:
|
||||
- stable
|
||||
- beta
|
||||
- nightly
|
||||
script:
|
||||
- cargo build --verbose
|
||||
- travis_wait 25 cargo test --verbose
|
||||
|
||||
Reference in New Issue
Block a user