Skip to content

Commit

Permalink
Revert "Remove CARGO_INCREMENTAL=0 from windows build"
Browse files Browse the repository at this point in the history
This reverts commit 876a7e1.

Using incremental build on windows increases the build time on travis by
about 8 minutes.
  • Loading branch information
flip1995 committed Jul 14, 2019
1 parent 876a7e1 commit 625051d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ matrix:
- os: linux
env: BASE_TESTS=true
- os: windows
env: BASE_TESTS=true OS_WINDOWS=true
env: CARGO_INCREMENTAL=0 BASE_TESTS=true 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
Expand Down

0 comments on commit 625051d

Please sign in to comment.