Skip to content
This repository was archived by the owner on Mar 4, 2019. It is now read-only.

Commit 0a76cef

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
1 parent c49d555 commit 0a76cef

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
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

Lines changed: 1 addition & 1 deletion
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)