Skip to content

Commit 2498ae0

Browse files
author
Reinier Kip
committed
Cache downloaded Composer packages
1 parent d4df64d commit 2498ae0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ php:
77
- nightly
88
- hhvm
99

10+
cache:
11+
directories:
12+
- ~/.composer/cache
13+
1014
before_script:
1115
- composer self-update
1216
- if [ "$SYMFONY_VERSION" != "" ]; then composer require --no-update symfony/config:${SYMFONY_VERSION} symfony/dependency-injection:${SYMFONY_VERSION} symfony/event-dispatcher:${SYMFONY_VERSION} symfony/http-kernel:${SYMFONY_VERSION} symfony/framework-bundle:${SYMFONY_VERSION}; fi;

0 commit comments

Comments
 (0)