Skip to content

Commit bf093e2

Browse files
Temporarily ignore OSX jobs on travis (#549)
* Made sure the CmdRenderer always creates the destination dir * Commented out osx jobs temporarily
1 parent be9a524 commit bf093e2

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.travis.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ matrix:
2828
- env: TARGET=x86_64-unknown-linux-musl
2929

3030
# Mac
31-
- env: TARGET=i686-apple-darwin
32-
os: osx
33-
- env: TARGET=x86_64-apple-darwin
34-
os: osx
31+
# - env: TARGET=i686-apple-darwin
32+
# os: osx
33+
# - env: TARGET=x86_64-apple-darwin
34+
# os: osx
3535

3636
# BSD
3737
- env: TARGET=i686-unknown-freebsd DISABLE_TESTS=1
@@ -41,14 +41,14 @@ matrix:
4141
# Other channels
4242
- env: TARGET=x86_64-unknown-linux-gnu
4343
rust: beta
44-
- env: TARGET=x86_64-apple-darwin
45-
os: osx
46-
rust: beta
44+
# - env: TARGET=x86_64-apple-darwin
45+
# os: osx
46+
# rust: beta
4747
- env: TARGET=x86_64-unknown-linux-gnu
4848
rust: nightly
49-
- env: TARGET=x86_64-apple-darwin
50-
os: osx
51-
rust: nightly
49+
# - env: TARGET=x86_64-apple-darwin
50+
# os: osx
51+
# rust: nightly
5252

5353
before_install:
5454
- set -e

0 commit comments

Comments
 (0)