Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-F-Bryan authored Jan 25, 2018
1 parent d9ca3bc commit 8409b2c
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 8409b2c

Please sign in to comment.