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

Commit 8355e9f

Browse files
committed
Use new Travis docker based env and caching
1 parent 02a2c89 commit 8355e9f

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.*
@@ -25,7 +31,7 @@ matrix:
2531

2632
before_script:
2733
- composer self-update
28-
- composer require symfony/symfony:${SYMFONY_VERSION} --prefer-source
34+
- composer require symfony/symfony:${SYMFONY_VERSION} --prefer-dist
2935
- vendor/symfony-cmf/testing/bin/travis/phpcr_odm_doctrine_dbal.sh
3036

3137
script:

0 commit comments

Comments
 (0)