Skip to content

Commit

Permalink
✅ Add Coveralls tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Richard committed May 16, 2016
1 parent 87cf99a commit 4a7fc98
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -4,6 +4,8 @@ node_js:
cache:
directories:
- node_modules
after_success: npm run coverage
notifications:
email: false
slack:
secure: VJbwKfOJE2DEx18rR+9VzYVG6EaXfV+vTt2nSU0xMmGJ5bTIJG4yGrTuk9ogTMn6FMBzr7NO2vGsOMp29CGbyShCv7Q5VPwp3HMlrl63uYIidmi/q+RmZtIiu0b8oT2UoUzHq5lp1c0Zd0/wYc8pKqlKYfmLFozrqdAWItygxa3N7WU+DVErbK7ief8W9LbTDDHSuQqHajzhwgLiog9ey8qRI9a6W/i/IW4QqLHDCq25rjisShQ6chyG/w2faolQMdUFWrhzspiNxTkPXYUsr/cFqeF9LdhFmDaj8MVz9ulgLmPUR8CsuCKLkfJVDDep3iI1PZBhmmPOBppsNGtkIM4XvYt9e1dj442YyLNJOPbrAXSAx62fDUHE9v2qGoV58oopyz4gVGdlvdoCqaNtRVoKQ+Ag209TcaGmp9JbJogTfC8TXFaQxf7qLGLKnrRNoEOuGJFfvKKaxRGavDFFAy1vKFP7v5yqaDTaFT0tWBY02fCPhc6p2jjoSmObkrxCjTwM1+tZsD4zpjOE17fthH3b1+Mar2N8rqHWNCcfFNHIAl7RgurRJN9AJm+M+G98YxCzU8qIlkfCvB3G0OQfVnQ1ZQQa7pq30XAGCeBYSTcZxVnbiKftcI9PEPpfGzPR1j9Bxx+nweXMdszi53/kRlj7hC0bSmvD+VM1xKA58qY=
4 changes: 3 additions & 1 deletion package.json
Expand Up @@ -10,7 +10,8 @@
"lint": "eslint index.js lib tasks && eslint -c ./.eslintrc-ava.yml tests",
"nyc": "nyc --all npm run ava",
"ava": "ava | tap-diff",
"ava:watch": "ava --watch | tap-diff"
"ava:watch": "ava --watch | tap-diff",
"coverage": "nyc report --reporter=text-lcov | coveralls"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -42,6 +43,7 @@
},
"devDependencies": {
"ava": "^0.14.0",
"coveralls": "^2.11.9",
"eslint": "^2.10.1",
"nyc": "^6.4.0",
"tap-diff": "^0.1.1"
Expand Down

0 comments on commit 4a7fc98

Please sign in to comment.