Skip to content
This repository has been archived by the owner on Sep 14, 2019. It is now read-only.

Commit

Permalink
Removing deprecated targets from the travis build (#20)
Browse files Browse the repository at this point in the history
* root cause: cross-rs/cross#306
  • Loading branch information
kurojishi authored Sep 6, 2019
1 parent 4ee0c09 commit c3cf368
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ matrix:
- env: TARGET=x86_64-unknown-linux-gnu
- env: TARGET=x86_64-unknown-linux-musl
- env: TARGET=i686-unknown-linux-gnu DISABLE_TESTS=1
- env: TARGET=i686-unknown-freebsd DISABLE_TESTS=1
- env: TARGET=x86_64-unknown-freebsd DISABLE_TESTS=1
# - env: TARGET=i686-unknown-freebsd DISABLE_TESTS=1
# - env: TARGET=x86_64-unknown-freebsd DISABLE_TESTS=1
- env: TARGET=aarch64-unknown-linux-gnu DISABLE_TESTS=1
- env: TARGET=armv7-unknown-linux-gnueabihf DISABLE_TESTS=1
- env: TARGET=mips-unknown-linux-gnu DISABLE_TESTS=1
Expand Down

0 comments on commit c3cf368

Please sign in to comment.