diff options
| author | Jorge Aparicio <jorge@japaric.io> | 2017-12-08 13:37:46 +0100 |
|---|---|---|
| committer | Jorge Aparicio <jorge@japaric.io> | 2017-12-08 13:37:46 +0100 |
| commit | 815c3d960d74c1d7c304b1f8c4040d704c19eb7b (patch) | |
| tree | fd58fd481a0a7010797aadc3da0a36f79bf5cbda /.travis.yml | |
| parent | 8e523d036c83fff35182d2fc50d042da866982a7 (diff) | |
ci: switch back to a recent nightly
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index d920455..094e996 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,8 +3,7 @@ language: rust matrix: include: - env: TARGET=x86_64-unknown-linux-gnu - # work around problem about 'every suggestion should have at least one span' - rust: nightly-2017-11-21 + rust: nightly - env: TARGET=thumbv6m-none-eabi rust: nightly |
