From 9c82cede3fdc6be67f3337a8df00ded2868b71e9 Mon Sep 17 00:00:00 2001 From: Julien Deswaef Date: Tue, 25 Sep 2018 17:31:46 -0400 Subject: [PATCH] With the proper trigger to deploy this time --- .travis.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index 48aa7913a..a1e34bd93 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,13 +10,14 @@ 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 + - provider: pages + skip-cleanup: true + github-token: $GITHUB_TOKEN + keep-history: true + local-dir: _site + target-branch: gh-pages-test + on: + branch: master # blocklist branches: