Skip to content

Commit c1b5274

Browse files
committed
Allow NetBSD builds to fail
They haven't passed for awhile now!
1 parent 6d47fed commit c1b5274

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,10 @@ matrix:
129129
MACOSX_DEPLOYMENT_TARGET=10.7
130130
NO_ADD=1
131131
if: branch != master
132+
allow_failures:
133+
- env: TARGET=x86_64-unknown-netbsd
134+
DOCKER=alexcrichton/rust-slave-linux-cross:2016-11-11
135+
SKIP_TESTS=1
132136

133137
cache:
134138
# We're going to download things we don't necessarily want to cache into the `target` directory, so

0 commit comments

Comments
 (0)