Skip to content

Commit 9ebec8f

Browse files
author
uid10804
committed
Merge branch 'feat/add-cli' of https://github.com/pharindoko/json-serverless into feat/add-cli
2 parents 5291c0b + 31dd367 commit 9ebec8f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ jobs:
2828
- npm run test
2929
- npx snyk test
3030
- stage: release
31-
if: branch = feat/add-cli
31+
if: branch = master
3232
before_script:
3333
- echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" >> $HOME/.npmrc 2> /dev/null
3434
- git remote add pub https://${GH_TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git
35-
- git fetch pub feat/add-cli
36-
- git checkout feat/add-cli
35+
- git fetch pub master
36+
- git checkout master
3737
script:
3838
- make fake-credentials
3939
- make publish

0 commit comments

Comments
 (0)