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 28, 2019
1 parent b7d3ceb commit 2407d12
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ env:
- setup=basic
- coverage=no
matrix:
- laravel=~5.8
- laravel=~6.0
- setup=stable laravel=~5.8
- setup=stable laravel=~6.0
- setup=lowest laravel=~5.8
- setup=stable laravel=~6.0
- laravel=^5.8
- laravel=^6.0
- setup=stable laravel=^5.8
- setup=stable laravel=^6.0
- setup=lowest laravel=^5.8
- setup=stable laravel=^6.0

services:
- redis-server
Expand All @@ -41,7 +41,7 @@ after_script:
matrix:
include:
- php: 7.2
env: setup=coveralls coverage=yes laravel=dev-master
env: setup=coveralls coverage=yes laravel=^5.8
allow_failures:
- env: setup=coveralls coverage=yes laravel=dev-master
- env: setup=coveralls coverage=yes laravel=^5.8
fast_finish: true

0 comments on commit 2407d12

Please sign in to comment.