Skip to content

Commit

Permalink
Merge pull request #25 from peter-evans/update-deps
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
peter-evans committed Mar 21, 2020
2 parents d3cf3b7 + 5a6dcdd commit e86c773
Show file tree
Hide file tree
Showing 5 changed files with 2,316 additions and 829 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
coverage
node_modules
node_modules
.nyc_output
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 run test
- npm run mutate

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

0 comments on commit e86c773

Please sign in to comment.