Temporarily ignore OSX jobs on travis (#549)
* Made sure the CmdRenderer always creates the destination dir * Commented out osx jobs temporarily
This commit is contained in:
parent
be9a524eeb
commit
bf093e2f5f
20
.travis.yml
20
.travis.yml
|
@ -28,10 +28,10 @@ matrix:
|
|||
- env: TARGET=x86_64-unknown-linux-musl
|
||||
|
||||
# Mac
|
||||
- env: TARGET=i686-apple-darwin
|
||||
os: osx
|
||||
- env: TARGET=x86_64-apple-darwin
|
||||
os: osx
|
||||
# - env: TARGET=i686-apple-darwin
|
||||
# os: osx
|
||||
# - env: TARGET=x86_64-apple-darwin
|
||||
# os: osx
|
||||
|
||||
# BSD
|
||||
- env: TARGET=i686-unknown-freebsd DISABLE_TESTS=1
|
||||
|
@ -41,14 +41,14 @@ matrix:
|
|||
# Other channels
|
||||
- env: TARGET=x86_64-unknown-linux-gnu
|
||||
rust: beta
|
||||
- env: TARGET=x86_64-apple-darwin
|
||||
os: osx
|
||||
rust: beta
|
||||
# - env: TARGET=x86_64-apple-darwin
|
||||
# os: osx
|
||||
# rust: beta
|
||||
- env: TARGET=x86_64-unknown-linux-gnu
|
||||
rust: nightly
|
||||
- env: TARGET=x86_64-apple-darwin
|
||||
os: osx
|
||||
rust: nightly
|
||||
# - env: TARGET=x86_64-apple-darwin
|
||||
# os: osx
|
||||
# rust: nightly
|
||||
|
||||
before_install:
|
||||
- set -e
|
||||
|
|
Loading…
Reference in New Issue