Skip to content

Commit 1bca251

Browse files
authored
Update .travis.yml
Dev dependencies are now installing by default
1 parent 22e813b commit 1bca251

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

66
before_script:
77
- composer self-update
8-
- composer install --prefer-source --no-interaction --dev
8+
- composer install --prefer-source --no-interaction
99
notifications:
1010
email: false

0 commit comments

Comments
 (0)