aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJorge Aparicio <jorge@japaric.io>2018-12-16 22:05:32 +0100
committerJorge Aparicio <jorge@japaric.io>2018-12-16 22:05:32 +0100
commit22140fbc49b16e422652542371d3b389b2a5fbeb (patch)
tree46081c204b0424802ed88ce61f6e750105aa91e2 /.travis.yml
parent1643dd0a57bb4c813da8e79916621ae59ad3d19b (diff)
don't pin to an older nightly
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 2825a15..481f8fe 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -12,15 +12,15 @@ matrix:
if: (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
- env: TARGET=x86_64-unknown-linux-gnu
- rust: nightly-2018-12-06
+ rust: nightly
if: (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
- env: TARGET=thumbv6m-none-eabi
- rust: nightly-2018-12-06
+ rust: nightly
if: (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
- env: TARGET=thumbv7m-none-eabi
- rust: nightly-2018-12-06
+ rust: nightly
if: (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
before_install: set -e