Skip to content

Commit

Permalink
chore: bump dependency versions, use nyc instead of istanbul
Browse files Browse the repository at this point in the history
  • Loading branch information
nknapp committed Feb 15, 2019
1 parent 11734aa commit 22e58cc
Show file tree
Hide file tree
Showing 4 changed files with 2,764 additions and 1,998 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Expand Up @@ -2,4 +2,5 @@ node_modules
coverage
*.iml
/test-output/
/test/fixtures/scenarios/*/actual
/test/fixtures/scenarios/*/actual
/.nyc_output
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -11,4 +11,4 @@ script:
- eslint --max-warnings 0 .
after_script:
- npm install coveralls
- cat ./coverage/lcov.info | coveralls
- nyc report --reporter=text-lcov | coveralls

0 comments on commit 22e58cc

Please sign in to comment.