Skip to content

Commit 51a27d2

Browse files
mati865gnzlbg
authored andcommitted
Remove NORUN from Travis for PPC and s390x
1 parent 359845e commit 51a27d2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.travis.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@ matrix:
3737
env: TARGET=aarch64-linux-android STDSIMD_DISABLE_ASSERT_INSTR=1
3838
- name: "powerpc-unknown-linux-gnu - no assert_instr"
3939
env: TARGET=powerpc-unknown-linux-gnu STDSIMD_DISABLE_ASSERT_INSTR=1
40-
- name: "powerpc64-unknown-linux-gnu - no assert_instr, no simd_test"
41-
env: TARGET=powerpc64-unknown-linux-gnu STDSIMD_DISABLE_ASSERT_INSTR=1 STDSIMD_TEST_NORUN=1
42-
- name: "powerpc64le-unknown-linux-gnu - no assert_instr, no simd_test"
43-
env: TARGET=powerpc64le-unknown-linux-gnu STDSIMD_DISABLE_ASSERT_INSTR=1 STDSIMD_TEST_NORUN=1
44-
- name: "s390x-unknown-linux-gnu - build-only"
45-
env: TARGET=s390x-unknown-linux-gnu NORUN=1
40+
- name: "powerpc64-unknown-linux-gnu - no assert_instr"
41+
env: TARGET=powerpc64-unknown-linux-gnu STDSIMD_DISABLE_ASSERT_INSTR=1
42+
- name: "powerpc64le-unknown-linux-gnu - no assert_instr"
43+
env: TARGET=powerpc64le-unknown-linux-gnu STDSIMD_DISABLE_ASSERT_INSTR=1
44+
- name: "s390x-unknown-linux-gnu"
45+
env: TARGET=s390x-unknown-linux-gnu
4646
- name: "i686-apple-darwin"
4747
env: TARGET=i686-apple-darwin NO_DOCKER=1
4848
os: osx

0 commit comments

Comments
 (0)