File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed
Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 11language : node_js
22
33node_js :
4- - " iojs"
5- - " 0.12"
6- - " 0.10"
4+ - " iojs"
5+ - " 0.12"
6+ - " 0.10"
77
88notifications :
99 irc :
1010 use_notice : true
1111 on_success : change
1212 on_failure : change
1313 channels :
14- - chat.freenode.net#graphql
14+ - chat.freenode.net#graphql
1515
1616after_success :
17- - " babel-node node_modules/.bin/isparta cover --report html node_modules/.bin/_mocha --report lcovonly -- $npm_package_options_mocha && cat ./coverage/lcov.info | ./node_modules/ coveralls/bin/coveralls.js "
17+ - npm run coveralls
Original file line number Diff line number Diff line change 3636 "check" : " flow check" ,
3737 "cover" : " babel-node node_modules/.bin/isparta cover --report html node_modules/.bin/_mocha -- $npm_package_options_mocha" ,
3838 "build" : " rm -rf lib/* && babel src --ignore __tests__ --optional runtime --out-dir lib" ,
39- "watch" : " babel --optional runtime scripts/watch.js | node"
39+ "watch" : " babel --optional runtime scripts/watch.js | node" ,
40+ "coveralls" : " babel-node node_modules/.bin/isparta cover --report html node_modules/.bin/_mocha --report lcovonly -- $npm_package_options_mocha && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
4041 },
4142 "dependencies" : {
4243 "babel-runtime" : " 5.6.12"
You can’t perform that action at this time.
0 commit comments