Skip to content

Commit

Permalink
Remove dev flag on composer install
Browse files Browse the repository at this point in the history
It's deprecated and the default behavior is to install dev dependencies now.
  • Loading branch information
WackyMole authored Aug 23, 2017
1 parent d6f1c3f commit 41c9fff
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 @@ -4,7 +4,7 @@ php:
- 7.1
install:
- composer self-update && composer --version
- composer install --dev
- composer install
script:
- vendor/bin/phpunit --verbose --coverage-clover=coverage.clover
- vendor/bin/phpcs --standard=PSR2 --extensions=php src tests

0 comments on commit 41c9fff

Please sign in to comment.