]> git.lizzy.rs Git - rust.git/blobdiff - .travis.yml
Fix lint_without_lint_pass lint
[rust.git] / .travis.yml
index cddeafdbf7dea33619babe4226370c16aa3336c5..64036ec3aa3a183c9f2b08c384b44121bbd29337 100644 (file)
@@ -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:
   - |
@@ -126,7 +124,7 @@ script:
     if [[ -n ${INTEGRATION} ]]; then
       ./ci/integration-tests.sh && sleep 5
     else
-      travis_wait 30 ./ci/base-tests.sh && sleep 5
+      ./ci/base-tests.sh && sleep 5
     fi
 
 after_success: