We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7531a08 commit 80effcaCopy full SHA for 80effca
.travis.yml
@@ -47,7 +47,6 @@ matrix:
47
fast_finish: true
48
include:
49
# Builds that are executed for every PR
50
- - os: osx # run base tests on both platforms
51
- os: linux
52
- os: windows
53
env: CARGO_INCREMENTAL=0 OS_WINDOWS=true
@@ -56,6 +55,8 @@ matrix:
56
55
# We don't want to run these always because they go towards
57
# the build limit within the Travis rust-lang account.
58
# The jobs are approximately sorted by execution time
+ - os: osx
59
+ if: branch IN (auto, try)
60
- env: INTEGRATION=rust-lang/rls
61
if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
62
- env: INTEGRATION=rust-lang/cargo
0 commit comments