Merge pull request #1424 from gaul/travis/ppc64

Disable builder for linux-ppc64le
This commit is contained in:
Takeshi Nakatani 2020-09-27 10:18:52 +09:00 committed by GitHub
commit 781d4dd857
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -140,11 +140,14 @@ jobs:
- travis_wait 30 make check -C test
- test/filter-suite-log.sh test/test-suite.log
exclude:
- if: os = linux-ppc64le # TODO: travis-ci.com cannot use Java 7 which S3Proxy requires
#
# Local variables:
# tab-width: 4
# c-basic-offset: 4
# End:
# vim600: noet sw=4 ts=4 fdm=marker
# vim<600: noet sw=4 ts=4
# vim600: expandtab sw=4 ts=4 fdm=marker
# vim<600: expandtab sw=4 ts=4
#