Merge pull request #1501 from matthiasbeyer/update-travis-rust

Update rust version
This commit is contained in:
Matthias Beyer 2018-08-02 20:52:52 +02:00 committed by GitHub
commit f2916aa51a
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.25.0
rust: 1.26.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.26.0
rust: 1.27.2
cache:
cargo: true
script: