summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2016-12-30 15:43:29 -0500
committerAndrew Gallant <jamslam@gmail.com>2016-12-30 15:44:08 -0500
commitd58236fbdcd3708f63d6a2eb9836cf1389916788 (patch)
tree3b94bbedd00b1cb910f5630a4327a154374164a0 /.travis.yml
parent932875684ea181cff8ba6a9a7e1cd5fd004fed35 (diff)
bump various 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 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: