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 1
1
language : node_js
2
2
3
3
node_js :
4
- - " iojs"
5
- - " 0.12"
6
- - " 0.10"
4
+ - " iojs"
5
+ - " 0.12"
6
+ - " 0.10"
7
7
8
8
notifications :
9
9
irc :
10
10
use_notice : true
11
11
on_success : change
12
12
on_failure : change
13
13
channels :
14
- - chat.freenode.net#graphql
14
+ - chat.freenode.net#graphql
15
15
16
16
after_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 36
36
"check" : " flow check" ,
37
37
"cover" : " babel-node node_modules/.bin/isparta cover --report html node_modules/.bin/_mocha -- $npm_package_options_mocha" ,
38
38
"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"
40
41
},
41
42
"dependencies" : {
42
43
"babel-runtime" : " 5.6.12"
You can’t perform that action at this time.
0 commit comments