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

Commit 53bf3da

Browse files
committed
Merge pull request #4 from symfony-cmf/travis_cache
Use new Travis docker based env and caching
2 parents 913e236 + 8355e9f commit 53bf3da

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.travis.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ php:
55
- 5.5
66
- 5.6
77
- hhvm
8+
9+
sudo: false
10+
11+
cache:
12+
directories:
13+
- $HOME/.composer/cache
814

915
env:
1016
- SYMFONY_VERSION=2.5.*
@@ -30,7 +36,7 @@ matrix:
3036

3137
before_script:
3238
- composer self-update
33-
- composer require symfony/symfony:${SYMFONY_VERSION} --prefer-source
39+
- composer require symfony/symfony:${SYMFONY_VERSION} --prefer-dist
3440
- vendor/symfony-cmf/testing/bin/travis/phpcr_odm_doctrine_dbal.sh
3541

3642
script:

0 commit comments

Comments
 (0)