Skip to content

Commit

Permalink
Fixes for travis-ci and coveralls, first pass
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Mitchell committed Jul 23, 2021
1 parent c679b41 commit 65adbd8
Show file tree
Hide file tree
Showing 3 changed files with 344 additions and 5 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
language: node_js
node_js:
- "4.4"
- "5.11"
- "6.2"
- "4.4.0"
- "12"
- "16"
sudo: false
cache:
directories:
- node_modules
script: "npm run-script test-ci"
after_script: "npm install coveralls@2.10.0 && cat ./coverage/lcov.info | coveralls"
Loading

0 comments on commit 65adbd8

Please sign in to comment.