mirror of
https://github.com/Llewellynvdm/php-ml.git
synced 2025-01-26 00:28:31 +00:00
Fix: Option --dev has been deprecated (#213)
This commit is contained in:
parent
e17016de71
commit
695a62d75f
@ -26,7 +26,7 @@ before_install:
|
|||||||
install:
|
install:
|
||||||
- if [[ "${TRAVIS_OS_NAME}" == "osx" ]]; then /usr/bin/env bash bin/handle_brew_pkg.sh "${_PHP}" ; fi
|
- if [[ "${TRAVIS_OS_NAME}" == "osx" ]]; then /usr/bin/env bash bin/handle_brew_pkg.sh "${_PHP}" ; fi
|
||||||
- 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 --no-interaction --ignore-platform-reqs
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- vendor/bin/phpunit $PHPUNIT_FLAGS
|
- vendor/bin/phpunit $PHPUNIT_FLAGS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user