Skip to content

Commit

Permalink
travis tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Froehlingsdorf committed May 24, 2017
1 parent e320087 commit a4e42f6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
language: node_js
node_js:
- "7"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# log4bro


[![Build Status](https://travis-ci.org/micro-tools/log4bro.svg?branch=master)](https://travis-ci.org/micro-tools/log4bro)

- log4bro makes it hassle free to have compliant microservice ELK stack log behaviour
- just require & init and log via global variable in a few seconds
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/krystianity/log4bro.git"
"url": "https://github.com/micro-tools/log4bro.git"
},
"keywords": [
"logger",
Expand All @@ -28,9 +28,9 @@
"author": "Christian Fröhlingsdorf <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/krystianity/log4bro"
"url": "https://github.com/micro-tools/log4bro"
},
"homepage": "https://github.com/krystianity/log4bro",
"homepage": "https://github.com/micro-tools/log4bro",
"dependencies": {
"chalk": "~1.1.3",
"bunyan": "~1.8.10",
Expand Down

0 comments on commit a4e42f6

Please sign in to comment.