File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ script:
2424 npm prune
2525 npm run checkdeps
2626 npm run lint
27- npm test
27+ npm test -- --no-parallel
2828 fi
2929after_success :
3030 - |
@@ -36,7 +36,7 @@ after_success:
3636 if [[ $TRAVIS_BRANCH == 'master' || $TRAVIS_BRANCH == 'next' ]] && [[ $TRAVIS_PULL_REQUEST == 'false' ]]; then
3737 printf "//registry.npmjs.org/:_authToken=$NPM_TOKEN\n" > ~/.npmrc
3838 npm install --no-save [email protected] 39- npm run release
39+ npm run release -- --no-parallel
4040 fi
4141branches :
4242 except :
Original file line number Diff line number Diff line change 1414 "link" : " repo-cooker --link" ,
1515 "lint" : " eslint \" **/*.js\" \" **/*.ts\" " ,
1616 "precommit" : " lint-staged" ,
17+ "release" : " repo-cooker --release" ,
1718 "test" : " repo-cooker test"
1819 },
1920 "repository" : {
You can’t perform that action at this time.
0 commit comments