diff options
| author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2019-11-06 19:38:22 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-11-06 19:38:22 +0000 |
| commit | 2cae8c3e8b2065452c48688cd1b864414afed1dd (patch) | |
| tree | 74d4fe46dfdcb1beb78ceb2f58eb95ef9dc75dba | |
| parent | f9b30a1ff87acd5f3c29a32369f0537e8e3d2bf1 (diff) | |
| parent | 1e49de60cb8c965e614e565375e218a8a01e42a2 (diff) | |
Merge #267
267: fix CI: use an older nightly on the x86_64 build r=korken89 a=japaric
Co-authored-by: Jorge Aparicio <jorge@japaric.io>
| -rw-r--r-- | .travis.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index ac5a7b8..fa4f46a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,7 +18,8 @@ matrix: # compile-fail tests - env: TARGET=x86_64-unknown-linux-gnu - rust: nightly + # FIXME revert this -- compiletest-rs v0.3.25 is broken with recent nightly + rust: nightly-2019-10-31 if: (branch = staging OR branch = trying) OR (type = pull_request AND branch = master) # heterogeneous multi-core support |
