work around broken travis environment variables
See: https://github.com/travis-ci/travis-ci/issues/5301
This commit is contained in:
parent
ad7d16a5b3
commit
4744c3fa41
@ -30,6 +30,8 @@ before_script:
|
||||
- travis_retry sudo gem install asciidoctor
|
||||
- travis_retry sudo -H pip install --ignore-installed msgcheck pylint
|
||||
- phpenv local system
|
||||
# work around broken travis environment variables, see https://github.com/travis-ci/travis-ci/issues/5301
|
||||
- unset PYTHON_CFLAGS
|
||||
|
||||
script:
|
||||
- ./tools/build-test.sh
|
||||
|
Loading…
x
Reference in New Issue
Block a user