Skip to content

Commit

Permalink
chore(ci-build): Make travis-after-all npm scrit to run serially
Browse files Browse the repository at this point in the history
Ensure to complete report-coverage script to complete, even if semantic-release fails.
  • Loading branch information
ta2edchimp authored and Kent C. Dodds committed Apr 15, 2016
1 parent 37484a4 commit e421ab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"check-coverage": "nyc check-coverage --statements 100 --branches 100 --functions 100 --lines 100",
"report-coverage": "cat ./coverage/lcov.info | node_modules/.bin/codecov",
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
"travis-after-all": "travis-after-all && (npm run report-coverage & npm run semantic-release)"
"travis-after-all": "travis-after-all && npm run report-coverage && npm run semantic-release"
},
"bin": {
"eslint-find-rules": "src/bin/find.js",
Expand Down

0 comments on commit e421ab1

Please sign in to comment.