Commit 258bb907 authored by Bas de Nooijer's avatar Bas de Nooijer Committed by GitHub

Merge pull request #505 from localheinz/fix/cache

Fix: Cache dependencies installed with composer between builds
parents 7c7303dc bd52885d
......@@ -18,6 +18,10 @@ env:
- SYMFONY_VERSION=2.8.*
- SYMFONY_VERSION=3.0.* # Does not work with php below 5.5
cache:
directories:
- $HOME/.composer/cache
before_script:
- bash -c "if [ $TRAVIS_PHP_VERSION != 'hhvm' ] && [ $TRAVIS_PHP_VERSION != '7.0' ] && [ $TRAVIS_PHP_VERSION != 'nightly' ]; then printf '\n\n\n\n' | pecl install pecl_http-1.7.6; fi"
- composer require --prefer-source --dev symfony/event-dispatcher:${SYMFONY_VERSION}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment