Skip to content

Commit

Permalink
Addressing #38, support for kibana 5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ddavidebor committed Feb 6, 2017
1 parent 69065e1 commit 9a13f5e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,10 @@ sudo: required
dist: trusty

env:
- ELASTIC_VERSION="5.0.0-beta1"
- ELASTIC_VERSION="5.0.0"
- ELASTIC_VERSION="5.0.1"
- ELASTIC_VERSION="5.0.2"
- ELASTIC_VERSION="5.1.1"
- ELASTIC_VERSION="5.1.2" DEPLOY="true"
- ELASTIC_VERSION="5.1.2"
- ELASTIC_VERSION="5.2.0" DEPLOY="true"


before_script:
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"5.0.1",
"5.0.2",
"5.1.1",
"5.1.2"
"5.1.2",
"5.2.0"
],
"repository": {
"type": "git",
Expand Down

0 comments on commit 9a13f5e

Please sign in to comment.