Skip to content

Commit

Permalink
Update travis.
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
  • Loading branch information
crynobone committed Aug 25, 2019
1 parent 9ebb231 commit 72d4cb2
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .travis.yml
Expand Up @@ -10,12 +10,12 @@ env:
- setup=basic
- coverage=no
matrix:
- laravel=5.8.*
- laravel=6.0.*
- setup=lowest laravel=5.8.*
- setup=lowest laravel=6.0.*
- setup=stable laravel=5.8.*
- setup=stable laravel=6.0.*
- laravel=^5.8
- laravel=^6.0
- setup=lowest laravel=^5.8
- setup=lowest laravel=^6.0
- setup=stable laravel=^5.8
- setup=stable laravel=^6.0

before_install:
- composer config discard-changes true
Expand All @@ -37,7 +37,7 @@ after_script:
matrix:
include:
- php: 7.2
env: setup=coveralls coverage=yes laravel=5.8.*
env: setup=coveralls coverage=yes laravel=^5.8
allow_failures:
- env: setup=coveralls coverage=yes laravel=5.8.*
- env: setup=coveralls coverage=yes laravel=^5.8
fast_finish: true

0 comments on commit 72d4cb2

Please sign in to comment.