Skip to content

Commit

Permalink
Update to Elasticsearch 6.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
liebhaeuser committed Jan 12, 2018
1 parent f207a91 commit a718fb9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ env:
- ELASTICSEARCH_VERSION=5.6.0 KIBANA_VERSION=5.6.0
- ELASTICSEARCH_VERSION=5.6.1 KIBANA_VERSION=5.6.1
- ELASTICSEARCH_VERSION=5.6.2 KIBANA_VERSION=5.6.2
- ELASTICSEARCH_VERSION=6.0.0 KIBANA_VERSION=6.0.0
- ELASTICSEARCH_VERSION=6.1.0 KIBANA_VERSION=6.1.0
- ELASTICSEARCH_VERSION=6.1.1 KIBANA_VERSION=6.1.1

install:
- mkdir /tmp/kibana-server
Expand Down
1 change: 1 addition & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ sed "s/@@VERSION@@/$VERSION_KIBANA/g" /tmp/kibana/stagemonitor-kibana/package.js
# clean unneeded data
rm -rf /tmp/kibana/stagemonitor-kibana/.git
rm -rf /tmp/kibana/stagemonitor-kibana/tests
rm -rf /tmp/kibana/stagemonitor-kibana/package.json.template

cd /tmp
zip -r $FILENAME kibana > /dev/null
Expand Down

0 comments on commit a718fb9

Please sign in to comment.