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:
parent
60f1504978
commit
b35301659b
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user