use older nightly for the x86_64 linux target

This commit is contained in:
Jorge Aparicio 2017-11-22 09:56:17 +01:00
parent e90cf07dd6
commit cdb2118cd3

View file

@ -3,7 +3,8 @@ language: rust
matrix: matrix:
include: include:
- env: TARGET=x86_64-unknown-linux-gnu - 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 - env: TARGET=thumbv6m-none-eabi
rust: nightly rust: nightly