We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5cadd7 commit a756b9bCopy full SHA for a756b9b
.travis.yml
@@ -85,6 +85,8 @@ matrix:
85
allow_failures:
86
- os: windows
87
env: CARGO_INCREMENTAL=0 BASE_TESTS=true OS_WINDOWS=true
88
+ - os: osx # run base tests on both platforms
89
+ env: BASE_TESTS=true
90
# prevent these jobs with default env vars
91
exclude:
92
- os: linux
0 commit comments