File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,11 @@ notifications:
33 email : false
44after_install : npm ls >/dev/null
55before_script : npm run greenkeeper:update-lockfile
6- after_script : npm run greenkeeper:upload-lockfile
7- after_success :
8- - npm run coverage:report
6+ script :
7+ - npm test
98 - npm run semantic-release
9+ after_script : npm run greenkeeper:upload-lockfile
10+ after_success : npm run coverage:report
1011branches :
1112 except :
1213 - " /^v\\ d+\\ .\\ d+\\ .\\ d+$/"
Original file line number Diff line number Diff line change 2222 "commitmsg" : " validate-commit-msg" ,
2323 "precommit" : " npm test" ,
2424 "presemantic-release" : " npm run build" ,
25- "semantic-release" : " semantic-release pre && npm publish && semantic-release post " ,
25+ "semantic-release" : " semantic-release" ,
2626 "greenkeeper:update-lockfile" : " greenkeeper-lockfile-update" ,
2727 "greenkeeper:upload-lockfile" : " greenkeeper-lockfile-upload"
2828 },
You can’t perform that action at this time.
0 commit comments