summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2017-08-23 19:49:02 -0400
committerAndrew Gallant <jamslam@gmail.com>2017-08-23 19:49:02 -0400
commit4cfb2b515bf85e7c6edcbb04b3543bdd2786d7aa (patch)
treeda052defa034c685d8d11af7ad3cb1511f110566 /.travis.yml
parent398326bfe2f696b71d9a812b11868de12a57dcb7 (diff)
ci: bump rustc from 1.16 to 1.17
... and unpin the nightlies.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index 5877f242..da8f0d22 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,13 +17,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-2017-03-13
+ rust: nightly
env: TARGET=i686-unknown-linux-musl
- os: linux
- rust: nightly-2017-03-13
+ rust: nightly
env: TARGET=x86_64-unknown-linux-musl
- os: osx
- rust: nightly-2017-03-13
+ rust: nightly
env: TARGET=x86_64-apple-darwin
# Beta channel.
- os: linux
@@ -34,10 +34,10 @@ matrix:
env: TARGET=x86_64-unknown-linux-gnu
# Minimum Rust supported channel.
- os: linux
- rust: 1.16.0
+ rust: 1.17.0
env: TARGET=x86_64-unknown-linux-gnu
- os: linux
- rust: 1.16.0
+ rust: 1.17.0
env: TARGET=x86_64-unknown-linux-musl
before_install: