From 43c1e4d1fc26e7915f3fbd92aaf7d596b24700d5 Mon Sep 17 00:00:00 2001 From: user378230 Date: Thu, 7 Jul 2016 20:13:52 +0100 Subject: [PATCH] build(docs): ensure docs are built on new release Build of docs was broken when npm releases were automated. Fix travis so docs are built and deployed on a new tagged release. --- .travis.yml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/.travis.yml b/.travis.yml index 58f3632d2..c772e0e8b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: