Skip to content

Commit

Permalink
updated path and fixed travis.yaml to use npm run build
Browse files Browse the repository at this point in the history
  • Loading branch information
sivasamyk committed Sep 4, 2017
1 parent e25aae6 commit 576b661
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: node_js
node_js:
- "node"
- "6.9.5"
- "6.10.2"
script:
- ./build.sh
- npm run build
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Installation
- Download and install Elasticsearch , Logstash and Kibana
- Logtrail is supported and tested with Kibana 4.x and 5.x
- Install logtrail plugin (requires restart of Kibana after install)
- Kibana 5.5.2 : `./bin/kibana-plugin install https://github.com/sivasamyk/logtrail/releases/download/v0.1.19/logtrail-5.5.2-0.1.19.zip`
- Kibana 5.5.2 : `./bin/kibana-plugin install https://github.com/sivasamyk/logtrail/releases/download/v0.1.20/logtrail-5.5.2-0.1.20.zip`
- Kibana 4.x : `./bin/kibana plugin -i logtrail -u https://github.com/sivasamyk/logtrail/releases/download/0.1.14/logtrail-4.x-0.1.14.tar.gz`
- Other versions : [https://github.com/sivasamyk/logtrail/releases](https://github.com/sivasamyk/logtrail/releases)

Expand Down

0 comments on commit 576b661

Please sign in to comment.