Skip to content

Commit 3693138

Browse files
committed
Travis+Composer: Dev packages are installed by default now
1 parent b0103f5 commit 3693138

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
@@ -11,7 +11,7 @@ php:
1111
- hhvm-nightly
1212

1313
install:
14-
- composer install --dev -n --prefer-source
14+
- composer install -n --prefer-source
1515

1616
before_script:
1717
- CODE_COVERAGE=`echo $TRAVIS_PHP_VERSION | grep -v "hhvm" | wc -l`

0 commit comments

Comments
 (0)