mirror of
https://github.com/Llewellynvdm/php-ml.git
synced 2025-01-26 08:38:32 +00:00
add php7 to hhvm
This commit is contained in:
parent
adc2d1c81b
commit
3171758418
@ -8,7 +8,7 @@ matrix:
|
|||||||
php: '7.0'
|
php: '7.0'
|
||||||
|
|
||||||
- os: linux
|
- os: linux
|
||||||
php: hhvm-3.12
|
php: hhvm
|
||||||
env:
|
env:
|
||||||
- HHVMPHP7="yes"
|
- HHVMPHP7="yes"
|
||||||
|
|
||||||
@ -27,5 +27,8 @@ install:
|
|||||||
- curl -s http://getcomposer.org/installer | php
|
- curl -s http://getcomposer.org/installer | php
|
||||||
- php composer.phar install --dev --no-interaction --ignore-platform-reqs
|
- 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:
|
script:
|
||||||
- bin/phpunit
|
- bin/phpunit
|
||||||
|
Loading…
x
Reference in New Issue
Block a user