Merge pull request #1507 from matthiasbeyer/update-rust

Update rust compiler versions
This commit is contained in:
Matthias Beyer 2018-09-27 07:53:48 +02:00 committed by GitHub
commit 6a81c0afd1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,14 +16,14 @@ matrix:
- bash ./scripts/branch-contains-no-tmp-commits
- bash ./scripts/version-updated
- language: rust
rust: 1.26.0
rust: 1.27.2
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.27.2
rust: 1.28.0
cache:
cargo: true
script: