This commit is contained in:
Michael Bryan 2018-01-26 01:12:10 +08:00 committed by GitHub
parent b777a318f7
commit adc1f4ade7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 10 deletions

View File

@ -28,10 +28,10 @@ matrix:
- env: TARGET=x86_64-unknown-linux-musl - env: TARGET=x86_64-unknown-linux-musl
# Mac # Mac
# - env: TARGET=i686-apple-darwin - env: TARGET=i686-apple-darwin
# os: osx os: osx
# - env: TARGET=x86_64-apple-darwin - env: TARGET=x86_64-apple-darwin
# os: osx os: osx
# BSD # BSD
- env: TARGET=i686-unknown-freebsd DISABLE_TESTS=1 - env: TARGET=i686-unknown-freebsd DISABLE_TESTS=1
@ -41,14 +41,14 @@ matrix:
# Other channels # Other channels
- env: TARGET=x86_64-unknown-linux-gnu - env: TARGET=x86_64-unknown-linux-gnu
rust: beta rust: beta
# - env: TARGET=x86_64-apple-darwin - env: TARGET=x86_64-apple-darwin
# os: osx os: osx
# rust: beta rust: beta
- env: TARGET=x86_64-unknown-linux-gnu - env: TARGET=x86_64-unknown-linux-gnu
rust: nightly rust: nightly
# - env: TARGET=x86_64-apple-darwin - env: TARGET=x86_64-apple-darwin
# os: osx os: osx
# rust: nightly rust: nightly
before_install: before_install:
- set -e - set -e