Skip to content

Commit

Permalink
Laravel versions
Browse files Browse the repository at this point in the history
  • Loading branch information
brian.lavallee@invite-comm.jp authored and brian.lavallee@invite-comm.jp committed Jun 29, 2019
1 parent 125db86 commit 2493fc1
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ php:

env:
- ILLUMINATE=5.2.*
- ILLUMINATE='5.2.0 - 5.4.36'
#- ILLUMINATE=5.4.*
- ILLUMINATE=5.3.*
- ILLUMINATE=5.4.*


before_install:
Expand All @@ -23,10 +23,12 @@ before_install:
# optionally set up exclusions and allowed failures in the matrix
matrix:
exclude:
- php: 5.6
- php: 5.5.9
env: ILLUMINATE=5.4.*
allow_failures:
- php: hhvm

- php: 5.5.9
env: ILLUMINATE=5.3.*

before_script:
- travis_retry composer self-update
- travis_retry composer install --no-interaction
Expand Down

0 comments on commit 2493fc1

Please sign in to comment.