Skip to content

Commit

Permalink
update/upgrade testing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
DrPaulBrewer committed May 18, 2019
1 parent 36ada21 commit c5769c6
Show file tree
Hide file tree
Showing 5 changed files with 1,834 additions and 840 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.nyc_output
node_modules
coverage
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ install:
- npm install

script:
- npm run cover
- npm test
- npm run coverage

after_script: "cat coverage/lcov.info | node_modules/coveralls/bin/coveralls.js"

4 changes: 0 additions & 4 deletions Makefile

This file was deleted.

0 comments on commit c5769c6

Please sign in to comment.