Fix: Option --dev has been deprecated (#213)

This commit is contained in:
Andreas Möller 2018-01-31 19:33:57 +01:00 committed by Arkadiusz Kondas
parent e17016de71
commit 695a62d75f
1 changed files with 1 additions and 1 deletions

View File

@ -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