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

Commit b90c034

Browse files
committed
Removing deprecated targets from the travis build
* root cause: cross-rs/cross#306
1 parent b6e6bf7 commit b90c034

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ matrix:
1818
- env: TARGET=x86_64-unknown-linux-gnu
1919
- env: TARGET=x86_64-unknown-linux-musl
2020
- env: TARGET=i686-unknown-linux-gnu DISABLE_TESTS=1
21-
- env: TARGET=i686-unknown-freebsd DISABLE_TESTS=1
22-
- env: TARGET=x86_64-unknown-freebsd DISABLE_TESTS=1
21+
# - env: TARGET=i686-unknown-freebsd DISABLE_TESTS=1
22+
# - env: TARGET=x86_64-unknown-freebsd DISABLE_TESTS=1
2323
- env: TARGET=aarch64-unknown-linux-gnu DISABLE_TESTS=1
2424
- env: TARGET=armv7-unknown-linux-gnueabihf DISABLE_TESTS=1
2525
- env: TARGET=mips-unknown-linux-gnu DISABLE_TESTS=1

0 commit comments

Comments
 (0)