We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c1b3f9 commit f7376b3Copy full SHA for f7376b3
.travis.yml
@@ -60,8 +60,9 @@ matrix:
60
os: osx
61
62
# *BSD
63
- - env: TARGET=i686-unknown-freebsd DISABLE_TESTS=1
64
- - env: TARGET=x86_64-unknown-freebsd DISABLE_TESTS=1
+ # The FreeBSD build is failing. I'm disabling it for now.
+ # - env: TARGET=i686-unknown-freebsd DISABLE_TESTS=1
65
+ # - env: TARGET=x86_64-unknown-freebsd DISABLE_TESTS=1
66
- env: TARGET=x86_64-unknown-netbsd DISABLE_TESTS=1
67
68
# Windows
0 commit comments