Skip to content

Commit 77b548d

Browse files
committed
[TEST] Add 5.x to test matrix
1 parent 18ea943 commit 77b548d

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.travis.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,17 @@ php:
2121
- hhvm
2222

2323
matrix:
24+
fast_finish: true
25+
include:
26+
- php: 7.1
27+
env: ES_VERSION="5.0" TEST_BUILD_REF="origin/5.0"
2428
allow_failures:
2529
- php: hhvm
2630

2731
env:
2832
global:
29-
- ES_VERSION="5.0"
30-
- TEST_BUILD_REF="origin/5.0"
33+
- ES_VERSION="5.x"
34+
- TEST_BUILD_REF="origin/5.x"
3135
- ES_TEST_HOST=http://localhost:9200
3236
- JAVA_HOME="/usr/lib/jvm/java-8-oracle/jre"
3337

0 commit comments

Comments
 (0)