Skip to content

Commit 349fb49

Browse files
authored
Disable the remaining x86_64 job on Travis
1 parent 7c72c45 commit 349fb49

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

.travis.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,24 +7,24 @@ language: c
77
matrix:
88
include:
99
- &test-ubuntu
10-
os: linux
10+
# os: linux
1111
compiler: gcc
1212
addons:
1313
apt:
1414
packages:
1515
- gfortran
16-
before_script: &common-before
17-
- COMMON_FLAGS="DYNAMIC_ARCH=1 TARGET=NEHALEM NUM_THREADS=32"
18-
script:
19-
- make QUIET_MAKE=1 $COMMON_FLAGS $BTYPE
20-
- make -C test $COMMON_FLAGS $BTYPE
21-
- make -C ctest $COMMON_FLAGS $BTYPE
22-
- make -C utest $COMMON_FLAGS $BTYPE
23-
env:
24-
- TARGET_BOX=LINUX64
25-
- BTYPE="BINARY=64"
26-
27-
- <<: *test-ubuntu
16+
# before_script: &common-before
17+
# - COMMON_FLAGS="DYNAMIC_ARCH=1 TARGET=NEHALEM NUM_THREADS=32"
18+
# script:
19+
# - make QUIET_MAKE=1 $COMMON_FLAGS $BTYPE
20+
# - make -C test $COMMON_FLAGS $BTYPE
21+
# - make -C ctest $COMMON_FLAGS $BTYPE
22+
# - make -C utest $COMMON_FLAGS $BTYPE
23+
# env:
24+
# - TARGET_BOX=LINUX64
25+
# - BTYPE="BINARY=64"
26+
#
27+
# - <<: *test-ubuntu
2828
os: linux-ppc64le
2929
before_script:
3030
- COMMON_FLAGS="DYNAMIC_ARCH=1 TARGET=POWER8 NUM_THREADS=32"

0 commit comments

Comments
 (0)