Skip to content

Commit f9ffc4b

Browse files
committed
fix: Travis deploy once is not working
1 parent 5c79322 commit f9ffc4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ node_js:
99
script:
1010
- npm run test:prod && npm run build
1111
after_success:
12-
- if [ "$TRAVIS_BRANCH" = "master" -a "$TRAVIS_PULL_REQUEST" = "false" ]; then npm run travis-deploy-once "npm run deploy-docs"; fi
13-
- if [ "$TRAVIS_BRANCH" = "master" -a "$TRAVIS_PULL_REQUEST" = "false" ]; then npm run travis-deploy-once "npm run semantic-release"; fi
12+
- if [ "$TRAVIS_BRANCH" = "master" -a "$TRAVIS_PULL_REQUEST" = "false" ]; then npm run travis-deploy-once --pro "npm run deploy-docs"; fi
13+
- if [ "$TRAVIS_BRANCH" = "master" -a "$TRAVIS_PULL_REQUEST" = "false" ]; then npm run travis-deploy-once --pro "npm run semantic-release"; fi
1414
branches:
1515
except:
1616
- /^v\d+\.\d+\.\d+$/

0 commit comments

Comments
 (0)