Update rust compiler versions

This commit is contained in:
Matthias Beyer 2018-09-26 16:26:27 +02:00
parent 5b82d53fd2
commit 1fdb90bc97

View file

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