Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Develop #48

Merged
merged 4 commits into from
Jul 21, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
@@ -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