mirror of
https://github.com/Llewellynvdm/php-ml.git
synced 2024-11-04 20:47:53 +00:00
add php7 to hhvm
This commit is contained in:
parent
adc2d1c81b
commit
3171758418
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user