Skip to content

Commit

Permalink
hoek version
Browse files Browse the repository at this point in the history
  • Loading branch information
rjrodger committed May 14, 2018
1 parent a831300 commit e4b84fb
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 78 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ env:
- TEST_SUITE=senecajs/seneca-entity
- TEST_SUITE=senecajs/seneca-transport

install:
- NODE_VERSION=$(node -v); if [ ${NODE_VERSION:1:2} -ge 10 ]; then npm i -g npm@6; npm ci; else npm install; fi


before_script:
- export SENECA_REPO_NAME=${TRAVIS_REPO_SLUG%/*}
- export PR=https://api.github.com/repos/$TRAVIS_REPO_SLUG/pulls/$TRAVIS_PULL_REQUEST
Expand All @@ -36,15 +40,12 @@ before_script:

script:
- npm test

- if [ ${NODE_VERSION:1:2} -ge 10 ]; then npm audit; fi


after_script:
- npm run coveralls

cache:
directories:
- node_modules

notifications:
webhooks:
Expand Down
75 changes: 3 additions & 72 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions 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 SharedArrayBuffer,Atomics",
"test": "lab -v -P test -L -t 85 -I URL,URLSearchParams,SharedArrayBuffer,Atomics",
"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 @@ -102,7 +102,7 @@
"code": "4",
"coveralls": "3",
"docco": "0",
"hoek": "5",
"hoek": "4",
"lab": "14",
"prettier": "1",
"seneca-entity": "2.1",
Expand Down

0 comments on commit e4b84fb

Please sign in to comment.