We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f85dcdb commit 7241e69Copy full SHA for 7241e69
.travis.yml
@@ -17,20 +17,22 @@ sudo: true
17
matrix:
18
fast_finish: true
19
include:
20
- - php: 7.0
21
- env: ES_VERSION="6.0"
22
- php: 7.0
23
env: ES_VERSION="6.1"
+ - php: 7.0
+ env: ES_VERSION="6.2"
24
25
- - php: 7.1
26
27
- php: 7.1
28
+ - php: 7.1
29
30
- php: 7.2
31
env: ES_VERSION="6.0"
32
33
34
+ - php: 7.2
35
36
37
env: ES_VERSION="6.x"
38
0 commit comments