Skip to content

Commit 3335d5a

Browse files
committed
Updated framework and vendors
1 parent a471e4a commit 3335d5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ 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}" --prefer-dist; fi;
31+
- if [ "$LARAVEL_VERSION" != "" ]; then composer require --dev "laravel/laravel:${LARAVEL_VERSION}" --no-update; fi;
3232
- travis_retry composer update
3333

3434
cache:

0 commit comments

Comments
 (0)