Skip to content

Commit

Permalink
[TEST] Add 5.x to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
polyfractal committed Oct 25, 2016
1 parent 18ea943 commit 77b548d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Expand Up @@ -21,13 +21,17 @@ php:
- hhvm

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

env:
global:
- ES_VERSION="5.0"
- TEST_BUILD_REF="origin/5.0"
- 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 77b548d

Please sign in to comment.