diff options
| author | Jorge Aparicio <jorge@japaric.io> | 2019-11-06 19:05:37 -0500 |
|---|---|---|
| committer | Jorge Aparicio <jorge@japaric.io> | 2019-11-06 19:05:37 -0500 |
| commit | 31b392fe3a6961596a0bd4e1bb24c0da2a9b7b42 (patch) | |
| tree | e0e2967f7805c2626e9ed794a898861821524936 /.travis.yml | |
| parent | 72e84cb297ef06d9496d18402bc8ea2d88cd1665 (diff) | |
CI: replace compiletest-rs with trybuild
We use compiletest to run compile-fail tests but compiletest depends on compiler
internals so it breaks every now and then and requires nightly. With trybuild we
can also run compile-fail tests but it works on stable and it already has
reached version 1.0
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 fa4f46a..ac5a7b8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,8 +18,7 @@ matrix: # compile-fail tests - env: TARGET=x86_64-unknown-linux-gnu - # FIXME revert this -- compiletest-rs v0.3.25 is broken with recent nightly - rust: nightly-2019-10-31 + rust: nightly if: (branch = staging OR branch = trying) OR (type = pull_request AND branch = master) # heterogeneous multi-core support |
