Update travis

Use rustc 1.24, 1.25 and stable (1.26).
This commit is contained in:
Matthias Beyer 2018-05-11 14:52:06 +02:00
parent 7c44bc1aa3
commit e0678c9b18

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.23.0 rust: 1.24.0
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.24.0 rust: 1.25.0
cache: cache:
cargo: true cargo: true
script: script: