Skip to content

Commit

Permalink
Added travis and coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
achannarasappa committed Dec 27, 2019
1 parent 30ca29d commit 3f6d709
Show file tree
Hide file tree
Showing 4 changed files with 353 additions and 1 deletion.
12 changes: 12 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
dist: trusty
language: node_js
node_js:

install:
- cd test && docker-compose up -d
- npm install

script:
- npm run test

after_success: npm run coverage:coveralls
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![Build Status](https://travis-ci.com/achannarasappa/locust-cli.svg?branch=master)](https://travis-ci.com/achannarasappa/locust-cli) [![Coverage Status](https://coveralls.io/repos/github/achannarasappa/locust-cli/badge.svg?branch=master)](https://coveralls.io/github/achannarasappa/locust?branch=master)

<p align="center">
<img align="center" width="100" src="https://locust.dev/img/locust-logo.svg" />
</p>
Expand Down
Loading

0 comments on commit 3f6d709

Please sign in to comment.