Skip to content

Commit ebae8e3

Browse files
committed
Adding cache
1 parent 305b78a commit ebae8e3

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)