Skip to content

Commit

Permalink
Remove NORUN from Travis for PPC and s390x
Browse files Browse the repository at this point in the history
  • Loading branch information
mati865 authored and gnzlbg committed Feb 24, 2019
1 parent 359845e commit 51a27d2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ matrix:
env: TARGET=aarch64-linux-android STDSIMD_DISABLE_ASSERT_INSTR=1
- name: "powerpc-unknown-linux-gnu - no assert_instr"
env: TARGET=powerpc-unknown-linux-gnu STDSIMD_DISABLE_ASSERT_INSTR=1
- name: "powerpc64-unknown-linux-gnu - no assert_instr, no simd_test"
env: TARGET=powerpc64-unknown-linux-gnu STDSIMD_DISABLE_ASSERT_INSTR=1 STDSIMD_TEST_NORUN=1
- name: "powerpc64le-unknown-linux-gnu - no assert_instr, no simd_test"
env: TARGET=powerpc64le-unknown-linux-gnu STDSIMD_DISABLE_ASSERT_INSTR=1 STDSIMD_TEST_NORUN=1
- name: "s390x-unknown-linux-gnu - build-only"
env: TARGET=s390x-unknown-linux-gnu NORUN=1
- name: "powerpc64-unknown-linux-gnu - no assert_instr"
env: TARGET=powerpc64-unknown-linux-gnu STDSIMD_DISABLE_ASSERT_INSTR=1
- name: "powerpc64le-unknown-linux-gnu - no assert_instr"
env: TARGET=powerpc64le-unknown-linux-gnu STDSIMD_DISABLE_ASSERT_INSTR=1
- name: "s390x-unknown-linux-gnu"
env: TARGET=s390x-unknown-linux-gnu
- name: "i686-apple-darwin"
env: TARGET=i686-apple-darwin NO_DOCKER=1
os: osx
Expand Down

0 comments on commit 51a27d2

Please sign in to comment.