summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
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 f0ace66c..08535db3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -28,7 +28,7 @@ matrix:
script:
- cd doc/user && mdbook build || exit 1
- language: rust
- rust: 1.37.0
+ rust: 1.40.0
cache:
directories:
- /home/travis/.cargo
@@ -38,7 +38,7 @@ matrix:
- cargo build --all --all-features -j 1 || exit 1
- cargo test --all --all-features -j 1 || exit 1
- language: rust
- rust: 1.38.0
+ rust: 1.41.0
cache:
directories:
- /home/travis/.cargo