Skip to content

Commit d97f87a

Browse files
committed
[travis] Run composer install with --dev flag
1 parent dfa0f67 commit d97f87a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ php:
66

77
before_script:
88
- curl -s http://getcomposer.org/installer | php
9-
- php composer.phar install
9+
- php composer.phar install --dev
1010

1111
script: phpunit --coverage-text

0 commit comments

Comments
 (0)