Skip to content

Commit

Permalink
Merge pull request #48 from fermiumlabs/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
ddavidebor committed Jul 21, 2017
2 parents 74fc996 + de5f6a8 commit 1264808
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -13,7 +13,8 @@ dist: trusty

env:
- ELASTIC_VERSION="5.2.2"
- ELASTIC_VERSION="5.3.0" DEPLOY="true"
- ELASTIC_VERSION="5.4.3"
- ELASTIC_VERSION="5.5.0" DEPLOY="true"


before_script:
Expand Down
10 changes: 9 additions & 1 deletion README.md
Expand Up @@ -74,9 +74,17 @@ We regularly test only for Kibana 5. If you find bugs on Kibana 4 you can open a

For upcoming features and TODOs check [here](https://github.com/fermiumlabs/mathlion/projects).

## How to update

If you need to update mathlion for a new Kibana release:

1. Add your version to package.json, inside "kibanas".
2. Inside travis.yml add an "ELASTIC_VERSION" environmental variable with the latest version of kibana.
3. commit your changes
4. run `npm version patch`

---

<a href="https://twitter.com/intent/user?screen_name=fermiumlabs">
<img src="https://img.shields.io/twitter/follow/fermiumlabs.svg?style=social&label=Follow" alt="Follow Fermium LABS on Twitter" align="right" />
</a>

6 changes: 4 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "mathlion",
"version": "0.2.5",
"version": "0.2.7",
"kibanas": [
"5.0.0-beta1",
"5.0.0",
Expand All @@ -11,7 +11,9 @@
"5.2.0",
"5.2.1",
"5.2.2",
"5.3.0"
"5.3.0",
"5.4.3",
"5.5.0"
],
"repository": {
"type": "git",
Expand Down

0 comments on commit 1264808

Please sign in to comment.