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 d50da4b2..1280efb3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -29,10 +29,10 @@ matrix:
env: TARGET=x86_64-apple-darwin
# Minimum Rust supported channel.
- os: linux
- rust: 1.11.0
+ rust: 1.12.0
env: TARGET=x86_64-unknown-linux-gnu
- os: osx
- rust: 1.11.0
+ rust: 1.12.0
env: TARGET=x86_64-apple-darwin
before_install: