Skip to content

Commit

Permalink
update travis
Browse files Browse the repository at this point in the history
  • Loading branch information
tymondesigns committed Feb 7, 2018
1 parent 08725f3 commit d5220f6
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 @@ -56,6 +56,8 @@ matrix:
env: LARAVEL='5.4.*'
- php: 7.1
env: LARAVEL='5.5.*'
- php: 7.1
env: LARAVEL='5.6.*'
- php: 7.2
env: LARAVEL='5.1.*' XDEBUG=1
- php: 7.2
Expand All @@ -65,7 +67,9 @@ matrix:
- php: 7.2
env: LARAVEL='5.4.*' XDEBUG=1
- php: 7.2
env: COVERAGE=1 LARAVEL='5.5.*' XDEBUG=1
env: LARAVEL='5.5.*' XDEBUG=1
- php: 7.2
env: COVERAGE=1 LARAVEL='5.6.*' XDEBUG=1
fast_finish: true


Expand Down

0 comments on commit d5220f6

Please sign in to comment.