Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit 2ba1937

Browse files
committed
Use dist packages as source packages won't be cached
1 parent 2d6fdb8 commit 2ba1937

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
@@ -27,7 +27,7 @@ matrix:
2727

2828
before_script:
2929
- composer selfupdate
30-
- composer require symfony/symfony:${SYMFONY_VERSION} --prefer-source
30+
- composer require symfony/symfony:${SYMFONY_VERSION} --prefer-dist
3131
- vendor/symfony-cmf/testing/bin/travis/phpcr_odm_doctrine_dbal.sh
3232

3333
script:

0 commit comments

Comments
 (0)