We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 629b4d5 commit 088d528Copy full SHA for 088d528
.travis.yml
@@ -47,11 +47,9 @@ matrix:
47
include:
48
# Builds that are executed for every PR
49
- os: osx # run base tests on both platforms
50
- env: BASE_TESTS=true
51
- os: linux
52
53
- os: windows
54
- env: CARGO_INCREMENTAL=0 BASE_TESTS=true OS_WINDOWS=true
+ env: CARGO_INCREMENTAL=0 OS_WINDOWS=true
55
56
# Builds that are only executed when a PR is r+ed or a try build is started
57
# We don't want to run these always because they go towards
@@ -89,7 +87,7 @@ matrix:
89
87
if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
90
88
allow_failures:
91
92
93
94
before_script:
95
- |
0 commit comments