We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e39e65 commit 69d96c7Copy full SHA for 69d96c7
.travis.yml
@@ -42,13 +42,10 @@ matrix:
42
# Builds that are executed for every PR
43
- os: osx # run base tests on both platforms
44
env: BASE_TESTS=true
45
- if: type = pull_request OR branch IN (auto, try)
46
- os: linux
47
48
49
- os: windows
50
env: CARGO_INCREMENTAL=0 BASE_TESTS=true
51
52
53
# Builds that are only executed when a PR is r+ed or a try build is started
54
# We don't want to run these always because they go towards
0 commit comments