summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2018-05-11 14:52:06 +0200
committerMatthias Beyer <mail@beyermatthias.de>2018-05-11 15:45:47 +0200
commite0678c9b18f709a4ff7840e8d5a2f22274f31f6c (patch)
tree69e5c0a28db68f33f07a02e3ba8167af8f30f388 /.travis.yml
parent7c44bc1aa3dfc87c15ad76ce44e2c5f31b68d4b4 (diff)
Update travis
Use rustc 1.24, 1.25 and stable (1.26).
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 5fc02d81..8a05e2a5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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: