We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4df64d commit 2498ae0Copy full SHA for 2498ae0
.travis.yml
@@ -7,6 +7,10 @@ php:
7
- nightly
8
- hhvm
9
10
+cache:
11
+ directories:
12
+ - ~/.composer/cache
13
+
14
before_script:
15
- composer self-update
16
- 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