mirror of
https://github.com/Llewellynvdm/php-ml.git
synced 2025-01-24 15:48:24 +00:00
another try with hhvm and travis
This commit is contained in:
parent
3f9617b196
commit
6049d953e1
@ -26,5 +26,5 @@ 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
|
- if [[ "${TRAVIS_PHP_VERSION}" = "hhv*" ]]; then php -d hhvm.php7.all=1 bin/phpunit ; fi
|
||||||
- if [[ "$TRAVIS_PHP_VERSION" = "php*" ]]; then bin/phpunit ; fi
|
- if [[ "${TRAVIS_PHP_VERSION}" = "php*" ]]; then bin/phpunit ; fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user