Skip to content

Commit

Permalink
fix(release): latest changelog can not be published to project site
Browse files Browse the repository at this point in the history
  • Loading branch information
bndynet committed May 1, 2019
1 parent ee6fd55 commit 113b045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ script:
- npm run test:prod && npm run build
after_success:
- npm run report-coverage
- if [ "$TRAVIS_BRANCH" = "master" -a "$TRAVIS_PULL_REQUEST" = "false" ]; then npm run deploy-gh-pages; fi
- if [ "$TRAVIS_BRANCH" = "master" -a "$TRAVIS_PULL_REQUEST" = "false" ]; then npm run semantic-release; fi
- if [ "$TRAVIS_BRANCH" = "master" -a "$TRAVIS_PULL_REQUEST" = "false" ]; then npm run deploy-gh-pages; fi
branches:
except:
- /^v\d+\.\d+\.\d+$/

0 comments on commit 113b045

Please sign in to comment.