We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c79322 commit f9ffc4bCopy full SHA for f9ffc4b
.travis.yml
@@ -9,8 +9,8 @@ node_js:
9
script:
10
- npm run test:prod && npm run build
11
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
+ - if [ "$TRAVIS_BRANCH" = "master" -a "$TRAVIS_PULL_REQUEST" = "false" ]; then npm run travis-deploy-once --pro "npm run deploy-docs"; fi
+ - if [ "$TRAVIS_BRANCH" = "master" -a "$TRAVIS_PULL_REQUEST" = "false" ]; then npm run travis-deploy-once --pro "npm run semantic-release"; fi
14
branches:
15
except:
16
- /^v\d+\.\d+\.\d+$/
0 commit comments