Skip to content

Commit

Permalink
Merge pull request #289 from rwjblue/tweak-travis-config
Browse files Browse the repository at this point in the history
Fix documentation deployment in CI.
  • Loading branch information
rwjblue authored Dec 29, 2017
2 parents ab46820 + b853961 commit 6b1f122
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
# runs deploy if running on a specific tag
- stage: deploy
if: tag IS present
env: NAME=npm-publish # used only to make Travis UI show description
install: yarn global add auto-dist-tag
script: auto-dist-tag --write
deploy:
Expand All @@ -59,7 +60,8 @@ jobs:
tags: true
repo: emberjs/ember-test-helpers
- if: tag IS present
script: yarn documentation
env: NAME=docs-publish # used only to make Travis UI show description
script: yarn docs
deploy:
provider: pages
skip_cleanup: true
Expand Down

0 comments on commit 6b1f122

Please sign in to comment.