diff options
| author | Lzu Tao <taolzu@gmail.com> | 2019-11-06 13:27:39 +0700 |
|---|---|---|
| committer | Lzu Tao <taolzu@gmail.com> | 2019-11-06 13:27:39 +0700 |
| commit | 3e1760cb048e636c382ef70d7df05e7e7880205e (patch) | |
| tree | ab780a59d44bd8f6e1150503438998fc78fcea30 | |
| parent | a902e3fd715d01c05568f9f9e99e9311b9653c48 (diff) | |
| download | rust-3e1760cb048e636c382ef70d7df05e7e7880205e.tar.gz rust-3e1760cb048e636c382ef70d7df05e7e7880205e.zip | |
build: re-enable stdsimd integration test
Also sorting rls to the first in the list because it is now the longest running test.
| -rw-r--r-- | .travis.yml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml index 6ab711b723b..b07ebe501c7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -56,15 +56,15 @@ matrix: # We don't want to run these always because they go towards # the build limit within the Travis rust-lang account. # The jobs are approximately sorted by execution time + - env: INTEGRATION=rust-lang/rls + if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try) - env: INTEGRATION=rust-lang/cargo if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try) - env: INTEGRATION=rust-lang-nursery/chalk if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try) - - env: INTEGRATION=rust-lang/rls - if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try) - env: INTEGRATION=Geal/nom if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try) - # FIXME blocked on https://github.com/rust-lang/rust-clippy/issues/4742 + # FIXME blocked on https://github.com/rust-lang/rust-clippy/issues/4727 #- env: INTEGRATION=rust-lang/rustfmt # if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try) - env: INTEGRATION=hyperium/hyper @@ -90,7 +90,6 @@ matrix: allow_failures: - os: windows env: CARGO_INCREMENTAL=0 OS_WINDOWS=true - - env: INTEGRATION=rust-lang-nursery/stdsimd before_script: - | |
