Skip to content

Commit

Permalink
Update travis.
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone committed Jul 30, 2018
1 parent 0e9cb1e commit 36a5852
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ env:
- setup=basic
- coverage=no
matrix:
- laravel=5.5.*
- laravel=5.6.*
- laravel=dev-master

Expand All @@ -38,20 +37,14 @@ after_script:

matrix:
include:
- env:
- setup=lowest
- laravel=5.5.*
- env:
- setup=stable
- laravel=5.5.*
- env:
- setup=lowest
- laravel=5.6.*
- env:
- setup=stable
- laravel=5.6.*
- php: 7.1
env: setup=coveralls coverage=yes laravel=5.5.*
env: setup=coveralls coverage=yes laravel=5.6.*
allow_failures:
- env: setup=coveralls coverage=yes laravel=5.5.*
- env: setup=coveralls coverage=yes laravel=5.6.*
fast_finish: true

0 comments on commit 36a5852

Please sign in to comment.