Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dees040 authored Dec 2, 2020
1 parent 9c92073 commit 20e0618
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,15 @@
language: php

php:
- 7.0
- 7.1
- 7.2
- 7.3
- 7.4

env:
- LARAVEL_VERSION=5.5.*
- LARAVEL_VERSION=5.6.*
- LARAVEL_VERSION=5.7.*
- LARAVEL_VERSION=7.*
- LARAVEL_VERSION=8.*

matrix:
fast_finish: true
exclude:
- php: 7.0
env: LARAVEL_VERSION=5.6.*
- php: 7.0
env: LARAVEL_VERSION=5.7.*

before_script:
- travis_retry composer self-update
Expand Down

0 comments on commit 20e0618

Please sign in to comment.