Skip to content

Commit

Permalink
[TEST] build against ES 6 on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
mhujer committed Aug 11, 2017
1 parent 0a7b402 commit b5886a8
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,24 +14,28 @@ branches:

sudo: true

php:
- 7.0
- 7.1

matrix:
fast_finish: true
include:
- php: 7.0
env: ES_VERSION="5.5" TEST_BUILD_REF="origin/5.5"
- php: 7.0
env: ES_VERSION="6.0" TEST_BUILD_REF="origin/6.0"
- php: 7.0
env: ES_VERSION="6.x" TEST_BUILD_REF="origin/6.x"

- php: 7.1
env: ES_VERSION="5.0" TEST_BUILD_REF="origin/5.0"
env: ES_VERSION="5.5" TEST_BUILD_REF="origin/5.5"
- php: 7.1
env: ES_VERSION="5.1" TEST_BUILD_REF="origin/5.1"
env: ES_VERSION="6.0" TEST_BUILD_REF="origin/6.0"
- php: 7.1
env: ES_VERSION="5.2" TEST_BUILD_REF="origin/5.2"
env: ES_VERSION="6.x" TEST_BUILD_REF="origin/6.x"

allow_failures:
- env: ES_VERSION="6.x" TEST_BUILD_REF="origin/6.x"

env:
global:
- ES_VERSION="5.x"
- TEST_BUILD_REF="origin/5.x"
- ES_TEST_HOST=http://localhost:9200
- JAVA_HOME="/usr/lib/jvm/java-8-oracle/jre"

Expand Down

0 comments on commit b5886a8

Please sign in to comment.