Skip to content

Commit cb416ee

Browse files
berkowskiSusurrus
authored andcommitted
Disable tests on BSD targets.
1 parent 1e84da2 commit cb416ee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ matrix:
3434
os: osx
3535

3636
# *BSD
37-
- env: TARGET=i686-unknown-freebsd
38-
- env: TARGET=x86_64-unknown-freebsd
39-
- env: TARGET=x86_64-unknown-netbsd
37+
- env: TARGET=i686-unknown-freebsd DISABLE_TESTS=1
38+
- env: TARGET=x86_64-unknown-freebsd DISABLE_TESTS=1
39+
- env: TARGET=x86_64-unknown-netbsd DISABLE_TESTS=1
4040

4141
# Other architectures
4242
- env: TARGET=aarch64-unknown-linux-gnu

0 commit comments

Comments
 (0)