Skip to content

Commit 68e9246

Browse files
author
emiguez
committed
feat: ES 1.6.0 compatiblity check
adding travis check for ES 1.6.0 docs: 1.5.0 compatiblity with ES 1.6.x closes #47
1 parent c49d555 commit 68e9246

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ env:
55
- ES_VERSION=1.5.0
66
- ES_VERSION=1.5.1
77
- ES_VERSION=1.5.2
8+
- ES_VERSION=1.6.0
89
cache:
910
directories:
1011
- $HOME/.m2

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ There is no way to configure this on a per index basis.
1818

1919
| Http Basic Plugin | elasticsearch |
2020
|-----------------------------|-----------------------|
21-
| v1.5.0(master) | 1.5.x |
21+
| v1.5.0(master) | 1.5.x, 1.6.x |
2222
| v1.4.0 | 1.4.0 |
2323
| v1.3.0 | 1.3.0 |
2424
| v1.2.0 | 1.2.0 |

0 commit comments

Comments
 (0)