Skip to content

Commit

Permalink
feat: Activating Travis and Coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
aholstenson committed Apr 14, 2019
1 parent 180b862 commit fb0a874
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .travis.yml
@@ -0,0 +1,5 @@
language: node_js
node_js:
- "8"
script: "npm run-script ci"
after_script: "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
34 changes: 33 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Expand Up @@ -24,6 +24,7 @@
"devDependencies": {
"@types/jest": "^24.0.11",
"@types/node": "^11.13.0",
"coveralls": "^3.0.3",
"jest": "^24.7.1",
"jest-config": "^24.7.1",
"rimraf": "^2.6.3",
Expand Down

0 comments on commit fb0a874

Please sign in to comment.