Skip to content

Commit 3e40eaa

Browse files
committed
Adds missing --dev flag to composer install
1 parent a23c680 commit 3e40eaa

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)