Skip to content

Commit

Permalink
travis
Browse files Browse the repository at this point in the history
  • Loading branch information
rjrodger committed Feb 17, 2019
1 parent 3c17e30 commit 424276f
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 36 deletions.
55 changes: 20 additions & 35 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
},
"main": "seneca.js",
"scripts": {
"test": "lab -v -P test -L -t 85 -I URL,URLSearchParams,SharedArrayBuffer,Atomics,BigUint64Array,BigInt64Array,BigInt",
"test": "lab -v -P test -L -t 85 -I URL,URLSearchParams,SharedArrayBuffer,Atomics,BigUint64Array,BigInt64Array,BigInt,TextEncoder,TextDecoder,queueMicrotask",
"coveralls": "lab -s -P test -r lcov | coveralls",
"coverage": "lab -v -P test -L -t 85 -r html > docs/coverage.html",
"annotate": "docco seneca.js lib/*.js -o docs/annotated",
Expand Down Expand Up @@ -106,6 +106,7 @@
"code": "^4.1.0",
"coveralls": "^3.0.2",
"docco": "^0.8.0",
"handlebars": "^4.1.0",
"hoek": "^4.2.1",
"lab": "^18.0.2",
"prettier": "^1.16.4",
Expand Down

0 comments on commit 424276f

Please sign in to comment.