summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2018-08-02 19:59:53 +0200
committerMatthias Beyer <mail@beyermatthias.de>2018-08-02 19:59:56 +0200
commite960f7d46519a32bf1f6fa55d78dda13e871f9d2 (patch)
treed47af7dcde0117fbdb81967668a6c941bad6c438 /.travis.yml
parentacdc1e84bc3082579d844947a978485152b4f6e6 (diff)
Update rust version
As a dependency apparently requires rust 1.26 as minimum version, we bump here. Rust 1.28 is out already, so no problems with that!
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 297ab4ae..4a95f83e 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.25.0
+ rust: 1.26.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.26.0
+ rust: 1.27.2
cache:
cargo: true
script: