Skip to content

Commit 7892cc5

Browse files
mhujerpolyfractal
authored andcommitted
[TravisCI] update build matrix (#717)
1 parent 3bcb5a1 commit 7892cc5

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
@@ -20,15 +20,19 @@ matrix:
2020
- php: 7.0
2121
env: ES_VERSION="6.0"
2222
- php: 7.0
23-
env: ES_VERSION="6.x"
23+
env: ES_VERSION="6.1"
2424

2525
- php: 7.1
2626
env: ES_VERSION="6.0"
2727
- php: 7.1
28-
env: ES_VERSION="6.x"
28+
env: ES_VERSION="6.1"
2929

3030
- php: 7.2
3131
env: ES_VERSION="6.0"
32+
- php: 7.2
33+
env: ES_VERSION="6.1"
34+
- php: 7.2
35+
env: ES_VERSION="6.x"
3236

3337
allow_failures:
3438
- env: ES_VERSION="6.x"

0 commit comments

Comments
 (0)