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 55 - ' 9'
66script :
77 - npm run build
8- - npm run testtravis
9- - npm run test:local
10- - npm run test:websockets
8+ - npm run test
119after_success :
1210 - cat ./coverage/lcov.info|./node_modules/coveralls/bin/coveralls.js
1311branches :
Original file line number Diff line number Diff line change 6868 "test:chrome" : " browserify test/protocol/*.js test/*.js | tape-run --render=\" faucet\" --browser chrome" ,
6969 "test:firefox" : " browserify test/protocol/*.js test/*.js | tape-run --render=\" faucet\" --browser firefox" ,
7070 "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"
7273 }
7374}
You can’t perform that action at this time.
0 commit comments