Skip to content

Commit

Permalink
Update Travis Matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
polyfractal committed Jan 7, 2019
1 parent 5624123 commit aa32b12
Showing 1 changed file with 15 additions and 7 deletions.
22 changes: 15 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,20 +18,28 @@ matrix:
fast_finish: true
include:
- php: 7.0
env: ES_VERSION="6.0"
- php: 7.0
env: ES_VERSION="6.x"
env: ES_VERSION="6.5"

- php: 7.1
env: ES_VERSION="6.0"
- php: 7.1
env: ES_VERSION="6.x"
env: ES_VERSION="6.5"

- php: 7.2
env: ES_VERSION="6.0"
env: ES_VERSION="6.5"

- php: 7.3
env: ES_VERSION="6.0"
- php: 7.3
env: ES_VERSION="6.1"
- php: 7.3
env: ES_VERSION="6.2"
- php: 7.3
env: ES_VERSION="6.3"
- php: 7.3
env: ES_VERSION="6.4"
- php: 7.3
env: ES_VERSION="6.5"
- php: 7.3
env: ES_VERSION="6.x"

allow_failures:
- env: ES_VERSION="6.x"
Expand Down

0 comments on commit aa32b12

Please sign in to comment.