Skip to content

Commit

Permalink
Merge pull request #6 from RackHD/build_status
Browse files Browse the repository at this point in the history
enabling coveralls in travis
  • Loading branch information
benbp committed Nov 9, 2015
2 parents ac8d236 + 535fae8 commit 809abe4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@ node_js:
- "0.10"
before_install:
- sudo apt-get update -qq
after_success:
- ./node_modules/.bin/istanbul cover -x "**/spec/**" ./node_modules/.bin/_mocha --report lcovonly -- $(find spec -name '*-spec.js') -R spec --require spec/helper.js
- cat ./coverage/lcov.info | node_modules/.bin/coveralls
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
Copyright 2015, EMC, Inc.
# on-syslog [![Build Status](https://travis-ci.org/RackHD/on-syslog.svg?branch=master)](https://travis-ci.org/RackHD/on-syslog) [![Code Climate](https://codeclimate.com/github/RackHD/on-syslog/badges/gpa.svg)](https://codeclimate.com/github/RackHD/on-syslog) [![Coverage Status](https://coveralls.io/repos/RackHD/on-syslog/badge.svg?branch=master&service=github)](https://coveralls.io/github/RackHD/on-syslog?branch=master)

# on-syslog
`on-syslog` provides a syslog service that routes syslog messages into the
RackHD workflow engine

Monorail syslog service
Copyright 2015, EMC, Inc.

## installation

Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"devDependencies": {
"chai": "^2.0.0",
"chai-as-promised": "^4.2.0",
"coveralls": "^2.11.4",
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.11.0",
"grunt-contrib-watch": "^0.6.1",
Expand Down

0 comments on commit 809abe4

Please sign in to comment.