summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2017-03-12 20:52:28 -0400
committerAndrew Gallant <jamslam@gmail.com>2017-03-12 20:52:28 -0400
commit23aec586696afb5d3cda1081d63f9641caad1045 (patch)
tree71bac4a963f28bc52a0aa8b0d07527f50da90dec
parentae863bc7aa6fc887aa237b007f3bfce4fdf33e11 (diff)
pin nightly
-rw-r--r--.travis.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 474231a2..7c3b872d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,13 +9,13 @@ matrix:
# (All *nix releases are done on the nightly channel to take advantage
# of the regex library's multiple pattern SIMD search.)
- os: linux
- rust: nightly
+ rust: nightly-2017-03-13
env: TARGET=i686-unknown-linux-musl
- os: linux
- rust: nightly
+ rust: nightly-2017-03-13
env: TARGET=x86_64-unknown-linux-musl
- os: osx
- rust: nightly
+ rust: nightly-2017-03-13
env: TARGET=x86_64-apple-darwin
# Beta channel.
- os: linux
@@ -57,7 +57,7 @@ deploy:
# channel to use to produce the release artifacts
# NOTE make sure you only release *once* per target
# TODO you may want to pick a different channel
- condition: $TRAVIS_RUST_VERSION = nightly
+ condition: $TRAVIS_RUST_VERSION = nightly-2017-03-13
tags: true
branches: