From f0c82cfd7b60da3d9a3ee04c4d3e0c45db186afe Mon Sep 17 00:00:00 2001 From: Julien Deswaef Date: Tue, 25 Sep 2018 17:25:25 -0400 Subject: [PATCH] Testing deploying to a branch --- .travis.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.travis.yml b/.travis.yml index d886a00e6..48aa7913a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,15 @@ install: script: - npm run build +deploy: + provider: pages + skip-cleanup: true + github-token: $GITHUB_TOKEN + keep-history: true + local-dir: _site + on: + branch: gh-pages-test + # blocklist branches: except: