Skip to content

Commit 653eec0

Browse files
committed
build( ci ): sematic release brach setup
1 parent ba02a67 commit 653eec0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,11 @@ notifications:
99
email: false
1010
before_install:
1111
- echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" > .npmrc
12+
1213
after_success:
1314
- 'if [ ${TRAVIS_PULL_REQUEST} = "false" ]; then
1415
npm run ci;
15-
npm run release -- --branch *;
16+
npm run release;
1617
npm publish --access=public;
1718
npm run log;
1819
fi'

0 commit comments

Comments
 (0)