Skip to content

Commit

Permalink
Disable tests on BSD targets.
Browse files Browse the repository at this point in the history
  • Loading branch information
berkowski authored and Susurrus committed Apr 9, 2017
1 parent 1e84da2 commit cb416ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ matrix:
os: osx

# *BSD
- env: TARGET=i686-unknown-freebsd
- env: TARGET=x86_64-unknown-freebsd
- env: TARGET=x86_64-unknown-netbsd
- env: TARGET=i686-unknown-freebsd DISABLE_TESTS=1
- env: TARGET=x86_64-unknown-freebsd DISABLE_TESTS=1
- env: TARGET=x86_64-unknown-netbsd DISABLE_TESTS=1

# Other architectures
- env: TARGET=aarch64-unknown-linux-gnu
Expand Down

0 comments on commit cb416ee

Please sign in to comment.