File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 44 - " 4"
55 - " 6"
66 - " 7"
7+ before_script :
8+ - npm run setup
79after_success :
810 - npm run codecov
Original file line number Diff line number Diff line change 1111 "clean" : " rimraf .nyc_output coverage" ,
1212 "coverage" : " nyc report --reporter lcov && opener ./coverage/lcov-report/index.html" ,
1313 "lint" : " eslint index.js \" test/*.js\" " ,
14- "postinstall" : " git submodule update --init && cd test/fixtures/eslint && npm install" ,
1514 "postversion" : " git push && git push --tags" ,
1615 "pretest" : " npm run lint" ,
1716 "preversion" : " npm test" ,
17+ "setup" : " git submodule update --init && cd test/fixtures/eslint && npm install" ,
1818 "test" : " nyc mocha \" test/*.js\" --compilers js:babel-register --reporter progress --timeout 30000" ,
1919 "watch" : " mocha \" test/*.js\" --compilers js:babel-register --growl --reporter progress --watch" ,
2020 "codecov" : " nyc report --reporter lcovonly && codecov"
You can’t perform that action at this time.
0 commit comments