From 9a4527d1076cfec4d3856a40d73b1b82ea1033aa Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Fri, 9 Sep 2016 18:47:05 -0400 Subject: [PATCH] fix Rust version number in CI --- .travis.yml | 4 ++-- 1 file 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: