Skip to content

Commit

Permalink
[TEST] add newer ES versions to Travis build matrix (#609)
Browse files Browse the repository at this point in the history
  • Loading branch information
mhujer authored and polyfractal committed Aug 10, 2017
1 parent 46f9d59 commit de6cde4
Showing 1 changed file with 14 additions and 11 deletions.
25 changes: 14 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,28 +14,31 @@ branches:

sudo: true

php:
- 5.6
- 7.0
- 7.1
- hhvm

matrix:
fast_finish: true
include:
- php: 7.1
- php: 5.6
env: ES_VERSION="5.0" TEST_BUILD_REF="origin/5.0"
- php: 5.6
env: ES_VERSION="5.5" TEST_BUILD_REF="origin/5.5"

- php: 7.0
env: ES_VERSION="5.0" TEST_BUILD_REF="origin/5.0"
- php: 7.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="5.0" TEST_BUILD_REF="origin/5.0"
- php: 7.1
env: ES_VERSION="5.2" TEST_BUILD_REF="origin/5.2"
env: ES_VERSION="5.5" TEST_BUILD_REF="origin/5.5"

- php: hhvm
env: ES_VERSION="5.5" TEST_BUILD_REF="origin/5.5"
allow_failures:
- php: hhvm

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 de6cde4

Please sign in to comment.