diff options
| author | Jorge Aparicio <jorge@japaric.io> | 2017-11-22 09:56:17 +0100 |
|---|---|---|
| committer | Jorge Aparicio <jorge@japaric.io> | 2017-11-22 09:56:17 +0100 |
| commit | cdb2118cd36f8bfbdb7e296580cae05d6291bc5d (patch) | |
| tree | c117a39e2d99a0ffb67427fef72f3735c85e9244 /.travis.yml | |
| parent | e90cf07dd6785a34cbece152adc57dfcb3fbdd80 (diff) | |
use older nightly for the x86_64 linux target
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 3 |
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 |
