Skip to content

Commit 556b5ee

Browse files
committed
Merge pull request #11 from aequasi/master
Adding travis cache
2 parents 305b78a + ebae8e3 commit 556b5ee

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.travis.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,15 @@ matrix:
1515

1616
sudo: false
1717

18+
cache:
19+
directories:
20+
- vendor
21+
- $HOME/.composer/cache
22+
1823
before_script:
1924
- composer self-update
2025
- composer require symfony/symfony:${SYMFONY_VERSION} --no-update
21-
- composer install --dev --prefer-source --no-interaction
26+
- composer install --dev --prefer-dist --no-interaction
2227

2328
script:
2429
- php vendor/bin/phpunit

0 commit comments

Comments
 (0)