Skip to content

Commit 295bb5d

Browse files
committed
Composer installs dev dependencies by default
1 parent 05fdc04 commit 295bb5d

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
@@ -33,7 +33,7 @@ before_script:
3333
- mongod --version
3434
- pecl install -f mongodb-${DRIVER_VERSION}
3535
- php --ri mongodb
36-
- composer install --dev --no-interaction --prefer-source
36+
- composer install --no-interaction --prefer-source
3737
- ulimit -c
3838
- ulimit -c unlimited -S
3939

0 commit comments

Comments
 (0)