mirror of
https://github.com/Llewellynvdm/php-ml.git
synced 2024-11-25 06:17:34 +00:00
remove hhvm from travis
This commit is contained in:
parent
6049d953e1
commit
0213208a96
@ -7,9 +7,6 @@ matrix:
|
|||||||
- os: linux
|
- os: linux
|
||||||
php: '7.0'
|
php: '7.0'
|
||||||
|
|
||||||
- os: linux
|
|
||||||
php: hhvm
|
|
||||||
|
|
||||||
- os: osx
|
- os: osx
|
||||||
osx_image: xcode7.3
|
osx_image: xcode7.3
|
||||||
language: generic
|
language: generic
|
||||||
@ -26,5 +23,4 @@ install:
|
|||||||
- php composer.phar install --dev --no-interaction --ignore-platform-reqs
|
- php composer.phar install --dev --no-interaction --ignore-platform-reqs
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- if [[ "${TRAVIS_PHP_VERSION}" = "hhv*" ]]; then php -d hhvm.php7.all=1 bin/phpunit ; fi
|
- bin/phpunit
|
||||||
- if [[ "${TRAVIS_PHP_VERSION}" = "php*" ]]; then bin/phpunit ; fi
|
|
||||||
|
Loading…
Reference in New Issue
Block a user