Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ycs77 committed Jul 17, 2021
1 parent 4b00d7a commit ba9f9c0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ matrix:
env: LARAVEL=^8.0
- php: 7.2
env: LARAVEL=^8.0
- php: 8.0
env: LARAVEL=5.6.*
- php: 8.0
env: LARAVEL=5.7.*
- php: 8.0
env: LARAVEL=5.8.*

install:
- travis_retry composer require "illuminate/contracts=${LARAVEL}" --dev --prefer-dist --no-interaction --no-suggest
Expand Down

0 comments on commit ba9f9c0

Please sign in to comment.