summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2020-04-04 08:52:05 -0400
committerJeffrey Walton <noloader@gmail.com>2020-04-04 08:52:05 -0400
commit980cc950b14c1a0728e6c63c5b828a4a243eebbc (patch)
tree979784d1c0b36783e9a9cd45a4a64e868e590fe9
parentfab6bb22776c8c7568a7f46e4cabd162dab7045f (diff)
downloadcryptopp-git-980cc950b14c1a0728e6c63c5b828a4a243eebbc.tar.gz
Move Clang 8 on PPC64 to Travis allow_failures
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index a6015646..be606b1a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -585,6 +585,9 @@ jobs:
compiler: clang
# Clang 7.0 and below will likely have trouble on ppc64le
# due to https://bugs.llvm.org/show_bug.cgi?id=39704.
+ - os: linux
+ arch: ppc64le
+ compiler: clang
before_install:
- |