summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2020-01-02 18:25:48 -0500
committerJeffrey Walton <noloader@gmail.com>2020-01-02 18:25:48 -0500
commit560924ba146458f31d0c5ab41e765f754e7ce082 (patch)
tree9951e762459c554baf2b956fc97ac0464cf2f4e6 /.travis.yml
parent20a4626b5d61688037ae26b65d34757a8abc0fca (diff)
downloadcryptopp-git-560924ba146458f31d0c5ab41e765f754e7ce082.tar.gz
Update Travis configuration
It looks like there's a problem with ppc64
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index e33b8c3f..24edab84 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -612,6 +612,11 @@ jobs:
- os: linux
arch: ppc64le
compiler: clang
+ # Unkown Travis failure for GCC
+ # "Automatic restarts limited: Please try restarting this job later"
+ - os: linux
+ arch: ppc64le
+ compiler: gcc
# Apple device linker problems
- os: osx
osx_image: xcode10.1