We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 423a1af commit 735f8f7Copy full SHA for 735f8f7
.travis.yml
@@ -54,8 +54,8 @@ matrix:
54
if: (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
55
- env: TARGET=powerpc-unknown-linux-gnu
56
57
- - env: TARGET=powerpc64-unknown-linux-gnu
58
- if: (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
+ # - env: TARGET=powerpc64-unknown-linux-gnu
+ # if: (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
59
- env: TARGET=powerpc64le-unknown-linux-gnu
60
61
- env: TARGET=s390x-unknown-linux-gnu DISABLE_TESTS=1
0 commit comments