Skip to content
This repository was archived by the owner on Dec 14, 2024. It is now read-only.

Commit 15f5b4d

Browse files
alexislefebvreAlexis Lefebvre
authored andcommitted
Travis CI: Add $HOME/.composer/cache in cache and
remove "--prefer-source" in order to use zips
1 parent 85981ac commit 15f5b4d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ language: php
55
git:
66
depth: 5
77

8+
cache:
9+
directories:
10+
- $HOME/.composer/cache
11+
812
php:
913
- 5.5
1014
- 5.6
@@ -29,7 +33,7 @@ before_install:
2933

3034
install:
3135
- composer self-update
32-
- composer require --prefer-source symfony/symfony:${SYMFONY_VERSION} $DEPENDENCY
36+
- composer require symfony/symfony:${SYMFONY_VERSION} $DEPENDENCY
3337

3438
script: php ./vendor/bin/phpunit $PHPUNIT_FLAGS
3539

0 commit comments

Comments
 (0)