Skip to content

Commit

Permalink
Add badges
Browse files Browse the repository at this point in the history
  • Loading branch information
lkrnac committed Feb 20, 2016
1 parent 4e0e3ec commit 2d905ea
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
[ ![Codeship Status for lkrnac/janodemp](https://codeship.com/projects/c9a757f0-4f10-0132-184e-16190fd005ee/status?branch=master)](https://codeship.com/projects/47822)
[![Codeship Status for lkrnac/janodemp](https://codeship.com/projects/c9a757f0-4f10-0132-184e-16190fd005ee/status?branch=master)](https://codeship.com/projects/47822)
[![Coverage Status](https://coveralls.io/repos/github/lkrnac/janodemp-server/badge.svg?branch=master)](https://coveralls.io/github/lkrnac/janodemp-server?branch=master)
[![Dependency Status](https://david-dm.org/lkrnac/janodemp-server.svg?theme=shields.io)](https://david-dm.org/lkrnac/janodemp-server)
[![devDependency Status](https://david-dm.org/lkrnac/janodemp-server/dev-status.svg?theme=shields.io)](https://david-dm.org/lkrnac/janodemp-server#info=devDependencies)
[![GitHub license](https://img.shields.io/github/license/lkrnac/janodemp-server.svg)](https://github.com/lkrnac/janodemp-server)

janodemp
========
1 change: 1 addition & 0 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ gulp.task("coveralls", ["test", "checkError"], function () {
return gulp.src("./coverage/lcov.info")
.pipe(coveralls());
});

/**
* This task is here to exit from process with error code.
* This way CI server knows that process failed.
Expand Down

0 comments on commit 2d905ea

Please sign in to comment.