Skip to content

Commit 3e1760c

Browse files
committed
build: re-enable stdsimd integration test
Also sorting rls to the first in the list because it is now the longest running test.
1 parent a902e3f commit 3e1760c

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.travis.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,15 +56,15 @@ matrix:
5656
# We don't want to run these always because they go towards
5757
# the build limit within the Travis rust-lang account.
5858
# The jobs are approximately sorted by execution time
59+
- env: INTEGRATION=rust-lang/rls
60+
if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
5961
- env: INTEGRATION=rust-lang/cargo
6062
if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
6163
- env: INTEGRATION=rust-lang-nursery/chalk
6264
if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
63-
- env: INTEGRATION=rust-lang/rls
64-
if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
6565
- env: INTEGRATION=Geal/nom
6666
if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
67-
# FIXME blocked on https://github.com/rust-lang/rust-clippy/issues/4742
67+
# FIXME blocked on https://github.com/rust-lang/rust-clippy/issues/4727
6868
#- env: INTEGRATION=rust-lang/rustfmt
6969
# if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
7070
- env: INTEGRATION=hyperium/hyper
@@ -90,7 +90,6 @@ matrix:
9090
allow_failures:
9191
- os: windows
9292
env: CARGO_INCREMENTAL=0 OS_WINDOWS=true
93-
- env: INTEGRATION=rust-lang-nursery/stdsimd
9493

9594
before_script:
9695
- |

0 commit comments

Comments
 (0)