Skip to content

Commit cc2bf99

Browse files
committed
Do not run the altivec tests for powerpc64
The big endian variant will be supported properly later.
1 parent 07d0cee commit cc2bf99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ matrix:
1717
- env: TARGET=mips64-unknown-linux-gnuabi64 NORUN=1
1818
- env: TARGET=mips64el-unknown-linux-gnuabi64 NORUN=1
1919
- env: TARGET=powerpc-unknown-linux-gnu
20-
- env: TARGET=powerpc64-unknown-linux-gnu
20+
- env: TARGET=powerpc64-unknown-linux-gnu STDSIMD_TEST_NORUN=1
2121
- env: TARGET=powerpc64le-unknown-linux-gnu
2222
- os: osx
2323
env: TARGET=i686-apple-darwin

0 commit comments

Comments
 (0)