Skip to content

Commit

Permalink
travis/coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesread committed Feb 19, 2018
1 parent 17fc648 commit 4f5794c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
language: node_js
sudo: false
node_js:
- 8
notifications:
email: false
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"description": "",
"main": "index.js",
"scripts": {
"test": "tap 'test/**/*.test.js'"
"test": "tap 'test/**/*.test.js' --cov",
"pretty": "npm test -- --cov --coverage-report=lcov"
},
"author": "",
"license": "ISC",
Expand Down

0 comments on commit 4f5794c

Please sign in to comment.