Skip to content

Commit 9d58c0c

Browse files
committed
Allow PPC to fail - segfault
1 parent 7fa6534 commit 9d58c0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,11 +231,11 @@ matrix:
231231
- mv ci/switch.json switch.json
232232
- cargo xbuild --target switch.json
233233

234-
235234
allow_failures:
236235
- name: "Semver Linux"
237236
- name: "Semver MacOSX"
238237
- env: TARGET=wasm32-wasi
238+
- env: TARGET=powerpc-unknown-linux-gnu
239239

240240
install: travis_retry rustup target add $TARGET
241241

0 commit comments

Comments
 (0)