Skip to content

Commit

Permalink
Travis: add PHP 7.2 + ES 6.0 to build matrix (#622)
Browse files Browse the repository at this point in the history
  • Loading branch information
mhujer authored and polyfractal committed Aug 21, 2017
1 parent dc5d18c commit 061f100
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ matrix:
- php: 7.1
env: ES_VERSION="6.x" TEST_BUILD_REF="origin/6.x"

- php: 7.2
env: ES_VERSION="6.0" TEST_BUILD_REF="origin/6.0"

env:
global:
- ES_TEST_HOST=http://localhost:9200
Expand Down

0 comments on commit 061f100

Please sign in to comment.