Skip to content

Commit

Permalink
Improve build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
jaapio committed Nov 18, 2018
1 parent df3fa0a commit dc65e02
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ cache:
php:
- 5.6
- 7.0
- 7.1
- 7.2
- 7.3

## Build matrix for lowest and highest possible targets
matrix:
Expand All @@ -19,8 +16,18 @@ matrix:
env:
- dependencies=lowest
- name: highest dependencies
php: 7.1
env:
- dependencies=highest
- name: highest dependencies
php: 7.2
env:
- dependencies=highest
- name: highest dependencies
php: 7.3
env:
- dependencies=highest


## Install or update dependencies
install:
Expand Down

0 comments on commit dc65e02

Please sign in to comment.