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

Commit 2bf5e85

Browse files
committed
Use new Travis docker based env and caching
1 parent 448c074 commit 2bf5e85

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 self-update
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: phpunit --coverage-text

0 commit comments

Comments
 (0)