Skip to content

Commit e68022b

Browse files
committed
Updated framework and vendors
1 parent 10e3a03 commit e68022b

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
@@ -28,7 +28,12 @@ matrix:
2828
before_script:
2929
- travis_retry composer self-update
3030
- travis_retry composer install --prefer-source --no-interaction
31-
- if [ "$LARAVEL_VERSION" != "" ]; then composer require --dev "laravel/laravel:${LARAVEL_VERSION}" --no-update; fi;
32-
31+
- if [ "$LARAVEL_VERSION" != "" ]; then composer require --dev "laravel/laravel:${LARAVEL_VERSION}" --prefer-dist; fi;
32+
- travis_retry composer update
33+
34+
cache:
35+
directories:
36+
- vendor
37+
3338
script:
3439
- vendor/bin/phpunit --coverage-text

0 commit comments

Comments
 (0)