1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2024-11-30 04:19:30 +01:00

Try to enable php7 mode for hhvm on travis

This commit is contained in:
Nikita Popov 2017-04-24 22:22:54 +02:00
parent 60f1504978
commit b35301659b

View File

@ -17,6 +17,7 @@ install:
- composer install --prefer-dist
# Disable JIT compilation in hhvm, as the JIT is useless for short live scripts like tests.
- if [[ $TRAVIS_PHP_VERSION = hhvm* ]]; then echo 'hhvm.jit = 0' >> /etc/hhvm/php.ini; fi
- if [[ $TRAVIS_PHP_VERSION = hhvm* ]]; then echo 'hhvm.php7.all = 1' >> /etc/hhvm/php.ini; fi
matrix:
allow_failures: