Skip to content

Commit

Permalink
Merge pull request #55 from ash-jc-allen/feature/laravel-travis-update
Browse files Browse the repository at this point in the history
Updated Travis CI config to use the correct version of Laravel
  • Loading branch information
ash-jc-allen authored Sep 16, 2020
2 parents 1778cf7 + b43a1bf commit 174cb42
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,14 @@ matrix:
- php: 7.4
env: LARAVEL='7.*'
# Laravel 8.*
- php: 7.2
env: LARAVEL='8.*'
- php: 7.3
env: LARAVEL='8.*'
- php: 7.4
env: LARAVEL='8.*'

before_install:
- travis_retry composer self-update
- travis_retry composer require --no-update --no-interaction "illuminate/container:${LARAVEL}" "illuminate/database:${LARAVEL}"

install:
- travis_retry composer update --prefer-dist --no-interaction --no-suggest
Expand Down

0 comments on commit 174cb42

Please sign in to comment.