Add ppc64le to allow_failures

It has been failing on travis-ci for a few days now, looks to be a
travis issue.  Allow failures on it until it works again.
This commit is contained in:
Jason Rhinelander 2019-12-26 13:50:18 -04:00
parent 6e801db258
commit 7f4da15c83
1 changed files with 1 additions and 0 deletions

View File

@ -55,6 +55,7 @@ jobs:
fast_finish: true
allow_failures:
- name: "Windows cross-compile"
- arch: ppc64le
before_script:
- if [ "${TRAVIS_OS_NAME}" = "osx" ]; then export PATH="/usr/local/opt/ccache/libexec:$PATH" PKG_CONFIG_PATH="/usr/local/opt/openssl@1.1/lib/pkgconfig"; fi