Skip to content

Commit 61ee8fe

Browse files
justinrainbowMichael Chiocca
authored andcommitted
Adds missing --dev flag to composer install
1 parent 7147d75 commit 61ee8fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

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

77
before_script:
8-
- composer install
8+
- composer install --dev
99

1010
script: phpunit --coverage-text

0 commit comments

Comments
 (0)