mirror of
https://github.com/Llewellynvdm/php-ml.git
synced 2024-11-05 04:57:52 +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:
|
||||
- if [[ "${TRAVIS_OS_NAME}" == "osx" ]]; then /usr/bin/env bash bin/handle_brew_pkg.sh "${_PHP}" ; fi
|
||||
- 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:
|
||||
- vendor/bin/phpunit $PHPUNIT_FLAGS
|
||||
|
Loading…
Reference in New Issue
Block a user