Skip to content

Commit

Permalink
Maintenance (#40)
Browse files Browse the repository at this point in the history
Just upgrading packages except Mocha. Will have to deal with Mocha elsewhere as it breaks a test.
  • Loading branch information
crccheck committed Jul 12, 2018
1 parent c094f2f commit c2c9879
Show file tree
Hide file tree
Showing 5 changed files with 2,998 additions and 1,003 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.nyc_output/
coverage/
node_modules/
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ node_js:
- "8"
before_script:
- npm install coveralls mocha-lcov-reporter
script: npm run travisci
script: npm run test
after_success: npm run travisci

0 comments on commit c2c9879

Please sign in to comment.