aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJorge Aparicio <jorge@japaric.io>2017-11-22 09:56:17 +0100
committerJorge Aparicio <jorge@japaric.io>2017-11-22 09:56:17 +0100
commitcdb2118cd36f8bfbdb7e296580cae05d6291bc5d (patch)
treec117a39e2d99a0ffb67427fef72f3735c85e9244 /.travis.yml
parente90cf07dd6785a34cbece152adc57dfcb3fbdd80 (diff)
use older nightly for the x86_64 linux target
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 094e996..d920455 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,7 +3,8 @@ language: rust
matrix:
include:
- env: TARGET=x86_64-unknown-linux-gnu
- rust: nightly
+ # work around problem about 'every suggestion should have at least one span'
+ rust: nightly-2017-11-21
- env: TARGET=thumbv6m-none-eabi
rust: nightly