summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2018-06-23 21:59:36 +0200
committerMatthias Beyer <mail@beyermatthias.de>2018-06-23 21:59:36 +0200
commit2699e17468ffe73b3d33576fa136bb1a6d076c12 (patch)
treefe39c7407d80fb80dab1352f085304617684ecfb /.travis.yml
parentc8da09f687c83bd6ec920d242c74917f2720a36b (diff)
Update rustc in travis
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 8a05e2a5..297ab4ae 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.24.0
+ rust: 1.25.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.25.0
+ rust: 1.26.0
cache:
cargo: true
script: