Skip to content

Commit

Permalink
Fix: Option --dev has been deprecated (#213)
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz authored and akondas committed Jan 31, 2018
1 parent e17016d commit 695a62d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 695a62d

Please sign in to comment.