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: