summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2016-09-09 18:47:05 -0400
committerAndrew Gallant <jamslam@gmail.com>2016-09-09 18:47:05 -0400
commit9a4527d1076cfec4d3856a40d73b1b82ea1033aa (patch)
tree18ade06763d6aa2074135438e9d9946367f76af0 /.travis.yml
parent8f0d3d78ca96615e1afe4d39cb4699d957be31a9 (diff)
fix Rust version number in CI
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 d36d0163..d2ce599a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -30,10 +30,10 @@ matrix:
env: TARGET=x86_64-apple-darwin
# Minimum Rust supported channel.
- os: linux
- rust: 1.9
+ rust: 1.9.0
env: TARGET=x86_64-unknown-linux-musl
- os: osx
- rust: 1.9
+ rust: 1.9.0
env: TARGET=x86_64-apple-darwin
before_install: