Merge pull request #1492 from matthiasbeyer/update-travis

Update travis
This commit is contained in:
Matthias Beyer 2018-05-11 21:04:08 +02:00 committed by GitHub
commit c911be87ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -16,14 +16,14 @@ matrix:
- bash ./scripts/branch-contains-no-tmp-commits
- bash ./scripts/version-updated
- language: rust
rust: 1.23.0
rust: 1.24.0
cache:
cargo: true
script:
- cargo build --all --all-features -j 1 || exit 1
- cargo test --all --all-features -j 1 || exit 1
- language: rust
rust: 1.24.0
rust: 1.25.0
cache:
cargo: true
script: