summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2018-09-26 16:26:27 +0200
committerMatthias Beyer <mail@beyermatthias.de>2018-09-26 16:26:27 +0200
commit1fdb90bc97fceee87cd42767ca89a82488ee9bca (patch)
tree9cad2030acdc161b2ca736efbcf13a64ae8439e5 /.travis.yml
parent5b82d53fd29294ac598d3e80fcee0e7b27f59c0c (diff)
Update rust compiler versions
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 4a95f83e..c9cbab48 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.26.0
+ rust: 1.27.2
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.27.2
+ rust: 1.28.0
cache:
cargo: true
script: