Skip to content

Commit ca320b1

Browse files
chore(travis): new repo cooker
1 parent 482299e commit ca320b1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
2929
after_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
4141
branches:
4242
except:

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
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": {

0 commit comments

Comments
 (0)