Skip to content

Commit 8a57b2c

Browse files
committed
[WIP] disable non-responding travis windows builds
it is basically not running
1 parent 9b18e3d commit 8a57b2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ matrix:
4848
env: BASE_TESTS=true
4949
- os: linux
5050
env: BASE_TESTS=true
51-
- os: windows
52-
env: CARGO_INCREMENTAL=0 BASE_TESTS=true OS_WINDOWS=true
51+
# - os: windows
52+
# env: CARGO_INCREMENTAL=0 BASE_TESTS=true OS_WINDOWS=true
5353

5454
# Builds that are only executed when a PR is r+ed or a try build is started
5555
# We don't want to run these always because they go towards

0 commit comments

Comments
 (0)