Skip to content

Commit 26884a6

Browse files
committed
Added --dev flag to composer install for travis
1 parent ecbdacf commit 26884a6

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
@@ -5,6 +5,6 @@ php:
55
- 5.3.3
66
- 5.4
77

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

1010
script: phpunit -c tests

0 commit comments

Comments
 (0)