Skip to content
Snippets Groups Projects
Commit 1d5e657c authored by Andreas Gohr's avatar Andreas Gohr
Browse files

do not try to disable functions on hhvm

this is not supported, yet: https://github.com/facebook/hhvm/issues/2745
parent 9cc93f5d
No related branches found
No related tags found
No related merge requests found
......@@ -15,6 +15,9 @@ matrix:
allow_failures:
- php: "hhvm"
- php: "7.1"
exclude:
- php: "hhvm"
env: DISABLE_FUNCTIONS="gzopen"
notifications:
irc:
channels:
......@@ -25,7 +28,7 @@ services:
- "mysql"
- "postgresql"
before_script:
- echo "disable_functions=$DISABLE_FUNCTIONS" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini
- [ -z "$DISABLE_FUNCTIONS" ] || echo "disable_functions=$DISABLE_FUNCTIONS" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini
- cp _test/mysql.conf.php.dist _test/mysql.conf.php
- cp _test/pgsql.conf.php.dist _test/pgsql.conf.php
script: cd _test && phpunit --verbose --stderr
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment