Skip to content

Commit

Permalink
Merge pull request #44 from fermiumlabs/kibana-5.3
Browse files Browse the repository at this point in the history
Updated package.json and Travis-CI for Kibana version 5.3.0, followin…
  • Loading branch information
ddavidebor committed Apr 5, 2017
2 parents ab66f98 + a9f24b7 commit dfd3562
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
8 changes: 2 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,8 @@ sudo: required
dist: trusty

env:
- ELASTIC_VERSION="5.0.2"
- ELASTIC_VERSION="5.1.1"
- ELASTIC_VERSION="5.1.2"
- ELASTIC_VERSION="5.2.0"
- ELASTIC_VERSION="5.2.1"
- ELASTIC_VERSION="5.2.2" DEPLOY="true"
- ELASTIC_VERSION="5.2.2"
- ELASTIC_VERSION="5.3.0" DEPLOY="true"


before_script:
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mathlion",
"version": "0.2.3",
"version": "0.2.4",
"kibanas": [
"5.0.0-beta1",
"5.0.0",
Expand All @@ -10,7 +10,8 @@
"5.1.2",
"5.2.0",
"5.2.1",
"5.2.2"
"5.2.2",
"5.3.0"
],
"repository": {
"type": "git",
Expand Down

0 comments on commit dfd3562

Please sign in to comment.