Skip to content

Commit f7376b3

Browse files
committed
Disable failing builds in Travis CI
1 parent 5c1b3f9 commit f7376b3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,9 @@ matrix:
6060
os: osx
6161

6262
# *BSD
63-
- env: TARGET=i686-unknown-freebsd DISABLE_TESTS=1
64-
- env: TARGET=x86_64-unknown-freebsd DISABLE_TESTS=1
63+
# The FreeBSD build is failing. I'm disabling it for now.
64+
# - env: TARGET=i686-unknown-freebsd DISABLE_TESTS=1
65+
# - env: TARGET=x86_64-unknown-freebsd DISABLE_TESTS=1
6566
- env: TARGET=x86_64-unknown-netbsd DISABLE_TESTS=1
6667

6768
# Windows

0 commit comments

Comments
 (0)