Skip to content
This repository has been archived by the owner on Apr 11, 2018. It is now read-only.

Commit

Permalink
Fix .travis.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
kesselborn committed Jan 9, 2017
1 parent d92d3d6 commit 76c179e
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ matrix:
include:
# Linux
- env: TARGET=x86_64-unknown-linux-musl
#- env: TARGET=i686-unknown-linux-musl
#- env: TARGET=x86_64-unknown-linux-gnu # this is the default job
#- env: TARGET=i686-unknown-linux-gnu

# OSX
#- env: TARGET=i686-apple-darwin
# os: osx
- env: TARGET=x86_64-apple-darwin
os: osx
#- env: TARGET=i686-unknown-linux-musl
#- env: TARGET=x86_64-unknown-linux-gnu # this is the default job
#- env: TARGET=i686-unknown-linux-gnu

# 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 Down

0 comments on commit 76c179e

Please sign in to comment.