summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2018-07-22 11:51:38 +0200
committerAndy Polyakov <appro@openssl.org>2018-07-23 21:45:12 +0200
commit275bfc56a6c4efa7e80c8cbb11fda0c3f9be818d (patch)
treeb479adcc6a2a58ae8283b5245bd06095edb820cf /.travis.yml
parentd8356e1b0f3635f6bd71814272c1d067fc9381bb (diff)
.travis.yml: omit linux-ppc64le target.
Build jobs keep timing out initializing... Reviewed-by: Kurt Roeckx <kurt@roeckx.be>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 51fd563377..e9e5aa2ca0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -31,10 +31,10 @@ env:
matrix:
include:
- - os: linux-ppc64le
- sudo: false
- compiler: clang
- env: CONFIG_OPTS="--strict-warnings -D__NO_STRING_INLINES"
+ #- os: linux-ppc64le
+ # sudo: false
+ # compiler: clang
+ # env: CONFIG_OPTS="--strict-warnings -D__NO_STRING_INLINES"
- os: linux
addons:
apt: