aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGavin Howard <yzena.tech@gmail.com>2019-11-22 08:12:02 -0700
committerGavin Howard <yzena.tech@gmail.com>2019-11-22 08:12:02 -0700
commit51cba121f1af8a45a6937d1e0cc7c4a00c047b38 (patch)
tree28d264ce765ffe3256085837ee0188ce10799c4c
parent952fa99385bbdfbe8ed2e04045aaa950b7268e82 (diff)
downloadbc-51cba121f1af8a45a6937d1e0cc7c4a00c047b38.tar.gz
Remove 2 problem arches from travis
-rw-r--r--.travis.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 53d0acf6..1ae2e4f6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,8 +5,6 @@ language: c
arch:
- amd64
- ppc64le
- - s390x
- - arm64
compiler:
- gcc
@@ -39,4 +37,5 @@ before_script:
after_success:
- bash <(curl -s https://codecov.io/bash)
-script: if [ "${COVERITY_SCAN_BRANCH}" != 1 ]; then ./configure.sh "$CONFIGURE_ARGS" && make -j4 && make -j4 test ; fi
+script:
+ - if [ "${COVERITY_SCAN_BRANCH}" != 1 ]; then ./configure.sh "$CONFIGURE_ARGS" && make -j4 && make -j4 test ; fi