add php7 to hhvm

This commit is contained in:
Arkadiusz Kondas 2016-07-07 23:42:39 +02:00
parent adc2d1c81b
commit 3171758418
1 changed files with 4 additions and 1 deletions

View File

@ -8,7 +8,7 @@ matrix:
php: '7.0'
- os: linux
php: hhvm-3.12
php: hhvm
env:
- HHVMPHP7="yes"
@ -27,5 +27,8 @@ install:
- curl -s http://getcomposer.org/installer | php
- php composer.phar install --dev --no-interaction --ignore-platform-reqs
before_script:
- if [[ $HHVMPHP7 == "yes" ]]; then echo hhvm.php7.all=1 >> /etc/hhvm/php.ini; fi
script:
- bin/phpunit