Skip to content

Commit

Permalink
Merge pull request #185 from mattolson/update-travis
Browse files Browse the repository at this point in the history
Update Travis to test on Node 8, 10, 12 (drop 6)
  • Loading branch information
mattolson authored Oct 15, 2019
2 parents c1058be + a4bdf07 commit 6269754
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
language: node_js
sudo: false
node_js:
- 6
- 8
- 10
- 12
script:
- npm install
- npm test
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"license": "BSD-4-Clause",
"scripts": {
"linter": "eslint .",
"test": "npm run linter && lab -v -t 94 --ignore i18n,WebAssembly,SharedArrayBuffer,Atomics,BigUint64Array,BigInt64Array,BigInt,URL,URLSearchParams spec",
"test": "npm run linter && lab -v -t 94 --ignore i18n,WebAssembly,SharedArrayBuffer,Atomics,BigUint64Array,BigInt64Array,BigInt,URL,URLSearchParams,TextEncoder,TextDecoder,queueMicrotask spec",
"coverage": "lab -c -r console -o stdout -r html -o coverage.html spec"
},
"repository": {
Expand Down

0 comments on commit 6269754

Please sign in to comment.