Skip to content
This repository was archived by the owner on May 11, 2021. It is now read-only.

Commit

Permalink
update test configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
keppel committed Aug 28, 2019
1 parent f6f6587 commit 37de757
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
language: node_js
sudo: false
node_js:
- "8"
- "9"
- "10"
- '10'
install:
- npm install
script:
- npm test
notifications:
email: false

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"webcoin": "^3.1.0"
},
"scripts": {
"test": "depcheck && standard src/* bin/* index.js && nyc ava -v"
"test": "tsc && ava dist/test/*.js"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion wallaby.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module.exports = function(wallaby) {
type: 'node',
runner: 'node',
params: {
env: 'DEBUG=bitcoin-peg*'
// env: 'DEBUG=bitcoin-net*'
}
},
files: ['src/*.ts'],
Expand Down

0 comments on commit 37de757

Please sign in to comment.