Skip to content

Commit

Permalink
build(docs): ensure docs are built on new release
Browse files Browse the repository at this point in the history
Build of docs was broken when npm releases were automated.

Fix travis so docs are built and deployed on a new tagged release.
  • Loading branch information
user378230 authored Jul 7, 2016
1 parent 0c29b64 commit 43c1e4d
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,19 @@ after_success:
- "gulp docs"

deploy:
skip_cleanup: true
provider: "script"
script: "bash ./deploy-docs.sh"
on:
all_branches: true
# on:
# tags: true
provider: npm
email: aaronaroberson@gmail.com
api_key:
secure: AUjI1lAZofXXFN2/CH497TN1hqm+fAUXKJCBjxmd0xiSrNUgMZqjg96g5R6OU11+zFRwcuvIWKvBcjiozSbej5zaU2Eh6amrJN+cM4cfLf4ljAdnHPGs4divlFchbqX1ThNQsLfC/dZZCVBo4oOvTz8l2L3LLwOYZkngQ0DoiHE=
on:
tags: true

- provider: "script"
skip_cleanup: true
script: "bash ./deploy-docs.sh"
on:
tags: true
- provider: npm
email: aaronaroberson@gmail.com
api_key:
secure: AUjI1lAZofXXFN2/CH497TN1hqm+fAUXKJCBjxmd0xiSrNUgMZqjg96g5R6OU11+zFRwcuvIWKvBcjiozSbej5zaU2Eh6amrJN+cM4cfLf4ljAdnHPGs4divlFchbqX1ThNQsLfC/dZZCVBo4oOvTz8l2L3LLwOYZkngQ0DoiHE=
on:
tags: true
sudo: false

git:
Expand Down

0 comments on commit 43c1e4d

Please sign in to comment.