Skip to content

Commit

Permalink
Merge 806fce4 into c89458e
Browse files Browse the repository at this point in the history
  • Loading branch information
jimjenkins5 committed May 13, 2021
2 parents c89458e + 806fce4 commit d9b9381
Show file tree
Hide file tree
Showing 5 changed files with 2,874 additions and 2,159 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
@@ -1 +1 @@
12.14.0
12.22.1
16 changes: 16 additions & 0 deletions .nycrc.json
@@ -0,0 +1,16 @@
{
"include": [
"src/**/*.js"
],
"extension": [
".js"
],
"reporter": [
"text-summary",
"html",
"lcov"
],
"instrument": true,
"sourceMap": true,
"all": true
}
6 changes: 2 additions & 4 deletions .travis.yml
Expand Up @@ -2,14 +2,12 @@ language: node_js
node_js:
- "node" # Latest node version
- "lts/*" # Latest LTS version
- "14"
- "12"
- "10"
- "8"
- "8.10"

cache: false

before_install: npm i -g npm@6.13.4
before_install: npm i -g npm@6.14.12

script:
- node --version
Expand Down

0 comments on commit d9b9381

Please sign in to comment.