Skip to content

Commit

Permalink
5.7 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tymondesigns committed Sep 4, 2018
1 parent d6fab6e commit e190b6a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ matrix:
env: LARAVEL='5.5.*'
- php: 7.1
env: LARAVEL='5.6.*'
- php: 7.1
env: LARAVEL='5.7.*'
- php: 7.2
env: LARAVEL='5.1.*' XDEBUG=1
- php: 7.2
Expand All @@ -69,7 +71,9 @@ matrix:
- php: 7.2
env: LARAVEL='5.5.*' XDEBUG=1
- php: 7.2
env: COVERAGE=1 LARAVEL='5.6.*' XDEBUG=1
env: LARAVEL='5.6.*' XDEBUG=1
- php: 7.2
env: COVERAGE=1 LARAVEL='5.7.*' XDEBUG=1
fast_finish: true


Expand Down

0 comments on commit e190b6a

Please sign in to comment.