Skip to content
This repository has been archived by the owner on Oct 27, 2020. It is now read-only.

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
leeqvip committed Feb 27, 2019
1 parent c001333 commit d3d7739
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -50,7 +50,7 @@ matrix:
- php: 7.3
env: LARAVEL=5.7.* PHPUNIT=~7.5

before_script:
before_install:
- travis_retry composer self-update
- travis_retry composer require laravel/framework:$LARAVEL --no-update --no-interaction
- travis_retry composer require laravel/laravel:$LARAVEL phpunit/phpunit:$PHPUNIT --no-update --no-interaction --dev
Expand Down

0 comments on commit d3d7739

Please sign in to comment.