Skip to content

Commit

Permalink
Fixes 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 Apr 2, 2019
1 parent 5bf640d commit 3f8d43c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ language: php
dist: xenial

php:
- 7.1
- 7.2
- 7.3

Expand Down Expand Up @@ -37,6 +36,12 @@ after_script:

matrix:
include:
- php: 7.1
env: laravel=5.8.*
- php: 7.1
env: setup=lowest laravel=5.8.*
- php: 7.1
env: setup=stable laravel=5.8.*
- php: 7.1
env: setup=coveralls coverage=yes laravel=5.8.*
allow_failures:
Expand Down

0 comments on commit 3f8d43c

Please sign in to comment.