Skip to content

Commit

Permalink
Fixed Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp committed Aug 14, 2020
1 parent f42bdb5 commit 2b5f34a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ matrix:
- php: 7.2
env: LARAVEL_VERSION='^7.22.0' TESTBENCH='5.*'
- php: 7.3
env: LARAVEL_VERSION='^7.22.0' TESTBENCH='5.3'
env: LARAVEL_VERSION='^7.22.0' TESTBENCH='5.*'
- php: 7.4
env: LARAVEL_VERSION='^7.22.0' TESTBENCH='5.3'
env: LARAVEL_VERSION='^7.22.0' TESTBENCH='5.*'

before_install:
- travis_retry composer self-update --stable -n
Expand Down

0 comments on commit 2b5f34a

Please sign in to comment.