Update the Travis build to use stable, and to leave some time for the tests to run.

This commit is contained in:
2018-05-15 14:45:39 -07:00
parent 1d67b4c775
commit 61f4a009a0

View File

@@ -1,3 +1,8 @@
language: rust language: rust
rust: rust:
- stable
- beta
- nightly - nightly
script:
- cargo build --verbose
- travis_wait 25 cargo test --verbose