Skip to content

Commit

Permalink
update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
albertcht committed Aug 19, 2018
1 parent 8824e27 commit f0ec0a7
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,14 @@ sudo: false

matrix:
include:
- php: 7.1
env: FRAMEWORK_VERSION=laravel/lumen-framework:5.3.*
- php: 7.1
env: FRAMEWORK_VERSION=laravel/lumen-framework:5.4.*
- php: 7.1
env: FRAMEWORK_VERSION=laravel/lumen-framework:5.5.*
- php: 7.2
env: FRAMEWORK_VERSION=laravel/lumen-framework:5.3.*
- php: 7.2
env: FRAMEWORK_VERSION=laravel/lumen-framework:5.4.*
- php: 7.2
env: FRAMEWORK_VERSION=laravel/lumen-framework:5.5.*
- php: 7.1
env: FRAMEWORK_VERSION=laravel/lumen-framework:5.6.*

install:
- composer require "${FRAMEWORK_VERSION}" --no-update -n
Expand Down

0 comments on commit f0ec0a7

Please sign in to comment.