Skip to content

Commit

Permalink
Updated travis php and laravel versions
Browse files Browse the repository at this point in the history
  • Loading branch information
thelfensdrfer authored Oct 20, 2019
1 parent 38a822f commit 6906b39
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,26 +1,11 @@
language: php

php:
- '7.0'
- '7.1'
- '7.2'
- '7.3'

env:
- LARAVEL=5.5.*
- LARAVEL=5.6.*
- LARAVEL=5.7.*
- LARAVEL=5.8.*

matrix:
exclude:
- php: '7.0'
env: LARAVEL=5.6.*
- php: '7.0'
env: LARAVEL=5.7.*
- php: '7.0'
env: LARAVEL=5.8.*
fast_finish: true
- LARAVEL=^6.0

sudo: false

Expand Down

0 comments on commit 6906b39

Please sign in to comment.