Skip to content

Commit c2e444a

Browse files
committed
Fix: No need to specify preferred installation method on Travis
1 parent bb0485a commit c2e444a

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
@@ -21,7 +21,7 @@ env:
2121
- SYMFONY_PHPUNIT_DIR=.phpunit
2222

2323
install:
24-
- composer --prefer-dist install
24+
- composer install
2525
- ./vendor/bin/simple-phpunit install
2626

2727
before_script:

0 commit comments

Comments
 (0)