File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 5
5
- ' 9'
6
6
script :
7
7
- npm run build
8
- - npm run testtravis
9
- - npm run test:local
10
- - npm run test:websockets
8
+ - npm run test
11
9
after_success :
12
10
- cat ./coverage/lcov.info|./node_modules/coveralls/bin/coveralls.js
13
11
branches :
Original file line number Diff line number Diff line change 68
68
"test:chrome" : " browserify test/protocol/*.js test/*.js | tape-run --render=\" faucet\" --browser chrome" ,
69
69
"test:firefox" : " browserify test/protocol/*.js test/*.js | tape-run --render=\" faucet\" --browser firefox" ,
70
70
"test:safari" : " browserify test/protocol/*.js test/*.js | tape-run --render=\" faucet\" --browser safari" ,
71
- "test:proxy" : " tap test/*.js test/protocol/*.js --test-arg=proxy"
71
+ "test:proxy" : " tap test/*.js test/protocol/*.js --test-arg=proxy" ,
72
+ "testtravis" : " tap test/*.js test/protocol/*.js"
72
73
}
73
74
}
You can’t perform that action at this time.
0 commit comments