about summary refs log tree commit diff
diff options
context:
space:
mode:
authorLzu Tao <taolzu@gmail.com>2019-10-22 16:11:42 +0700
committerLzu Tao <taolzu@gmail.com>2019-10-22 16:16:01 +0700
commit088d528be9b6999623cb3280e8f84ec09b5ccfb6 (patch)
treef0c86003eedb47d351c215c14899740ea597c2d2
parent629b4d5a825f23b953e16b974e5daba069db1d85 (diff)
downloadrust-088d528be9b6999623cb3280e8f84ec09b5ccfb6.tar.gz
rust-088d528be9b6999623cb3280e8f84ec09b5ccfb6.zip
build: remove needless BASE_TESTS env
-rw-r--r--.travis.yml6
1 files changed, 2 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index a6af0880864..64036ec3aa3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -47,11 +47,9 @@ matrix:
   include:
     # Builds that are executed for every PR
     - os: osx # run base tests on both platforms
-      env: BASE_TESTS=true
     - os: linux
-      env: BASE_TESTS=true
     - os: windows
-      env: CARGO_INCREMENTAL=0 BASE_TESTS=true OS_WINDOWS=true
+      env: CARGO_INCREMENTAL=0 OS_WINDOWS=true
 
     # Builds that are only executed when a PR is r+ed or a try build is started
     # We don't want to run these always because they go towards
@@ -89,7 +87,7 @@ matrix:
       if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
   allow_failures:
     - os: windows
-      env: CARGO_INCREMENTAL=0 BASE_TESTS=true OS_WINDOWS=true
+      env: CARGO_INCREMENTAL=0 OS_WINDOWS=true
 
 before_script:
   - |