Skip to content

Commit 43b4e9e

Browse files
committed
Switch to the faster Docker-based infrastructure
1 parent 3fcc202 commit 43b4e9e

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.travis.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,17 @@ matrix:
1616
- php: 5.6
1717
env: SYMFONY_VERSION='2.5.*'
1818

19+
sudo: false
20+
21+
cache:
22+
directory:
23+
- $HOME/.composer/cache
24+
1925
before_install:
20-
- composer self-update
2126
- sh -c 'if [ "$SYMFONY_VERSION" != "" ]; then composer require --no-update symfony/symfony=$SYMFONY_VERSION; fi;'
2227

2328
install:
24-
- composer install --prefer-source
29+
- composer install
2530

2631
script:
2732
- phpunit --coverage-text

0 commit comments

Comments
 (0)