Skip to content

Commit 088d528

Browse files
committed
build: remove needless BASE_TESTS env
1 parent 629b4d5 commit 088d528

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.travis.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,9 @@ matrix:
4747
include:
4848
# Builds that are executed for every PR
4949
- os: osx # run base tests on both platforms
50-
env: BASE_TESTS=true
5150
- os: linux
52-
env: BASE_TESTS=true
5351
- os: windows
54-
env: CARGO_INCREMENTAL=0 BASE_TESTS=true OS_WINDOWS=true
52+
env: CARGO_INCREMENTAL=0 OS_WINDOWS=true
5553

5654
# Builds that are only executed when a PR is r+ed or a try build is started
5755
# We don't want to run these always because they go towards
@@ -89,7 +87,7 @@ matrix:
8987
if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
9088
allow_failures:
9189
- os: windows
92-
env: CARGO_INCREMENTAL=0 BASE_TESTS=true OS_WINDOWS=true
90+
env: CARGO_INCREMENTAL=0 OS_WINDOWS=true
9391

9492
before_script:
9593
- |

0 commit comments

Comments
 (0)