Browse Source

Revert "Add IBM Z to Travis configuration (#42)"

This reverts commit 7972beb375.
tags/v0.3.10^2
Martin Kroeker GitHub 5 years ago
parent
commit
a56c9ec52a
1 changed files with 0 additions and 10 deletions
  1. +0
    -10
      .travis.yml

+ 0
- 10
.travis.yml View File

@@ -34,16 +34,6 @@ matrix:
- TARGET_BOX=PPC64LE_LINUX
- BTYPE="BINARY=64 USE_OPENMP=1"

- <<: *test-ubuntu
os: linux
arch: s390x
before_script:
- COMMON_FLAGS="DYNAMIC_ARCH=1 TARGET=Z13 NUM_THREADS=32"
env:
# for matrix annotation only
- TARGET_BOX=IBMZ_LINUX
- BTYPE="BINARY=64 USE_OPENMP=1"

- <<: *test-ubuntu
env:
- TARGET_BOX=LINUX64


Loading…
Cancel
Save