Skip to content

Commit

Permalink
Update travis-ci configuration for Lumen 5.5
Browse files Browse the repository at this point in the history
Signed-off-by: Cy Rossignol <[email protected]>
  • Loading branch information
cyrossignol committed Sep 21, 2017
1 parent 2ddc7f6 commit 0285411
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,18 @@ env:
- LARAVEL_VERSION=">=5.4.20 <5.5.0"
- LARAVEL_VERSION="5.5.*"
- LUMEN_VERSION="5.4.*"
- LUMEN_VERSION="5.5.*"

matrix:
exclude:
- php: 5.6
env: LARAVEL_VERSION="5.5.*"
- php: 5.6
env: LUMEN_VERSION="5.5.*"
- php: hhvm
env: LARAVEL_VERSION="5.5.*"
- php: hhvm
env: LUMEN_VERSION="5.5.*"

before_script:
- if [ -n "$LARAVEL_VERSION" ]; then composer remove --dev --no-update "laravel/lumen-framework"; fi
Expand Down

0 comments on commit 0285411

Please sign in to comment.