Skip to content
Snippets Groups Projects
Commit cdb2118c authored by Jorge Aparicio's avatar Jorge Aparicio
Browse files

use older nightly for the x86_64 linux target

parent e90cf07d
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,8 @@ language: rust ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment