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

Commit 0347e26

Browse files
committed
Merge pull request #148 from symfony-cmf/travis_cache
Use new Travis docker based env and caching
2 parents d3f7256 + 2ba1937 commit 0347e26

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
@@ -7,6 +7,12 @@ php:
77
- 5.6
88
- hhvm
99

10+
sudo: false
11+
12+
cache:
13+
directories:
14+
- $HOME/.composer/cache
15+
1016
env:
1117
- SYMFONY_VERSION=2.5.*
1218

@@ -21,7 +27,7 @@ matrix:
2127

2228
before_script:
2329
- composer selfupdate
24-
- composer require symfony/symfony:${SYMFONY_VERSION} --prefer-source
30+
- composer require symfony/symfony:${SYMFONY_VERSION} --prefer-dist
2531
- vendor/symfony-cmf/testing/bin/travis/phpcr_odm_doctrine_dbal.sh
2632

2733
script:

0 commit comments

Comments
 (0)