From fc5f94453c013ceb19d423ff20a8e94bfb3a8ae5 Mon Sep 17 00:00:00 2001 From: "Bulfair, Matt" Date: Tue, 12 Jun 2018 10:15:28 -0400 Subject: [PATCH] gh-pages --- .travis.yml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5bfed33..4f6a258 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,7 @@ language: node_js node_js: - - node - - 8 + - lts/* cache: directories: @@ -15,6 +14,15 @@ script: - yarn webpack:version - yarn patternlab:build +deploy: + provider: pages + skip-cleanup: true + github-token: $GITHUB_TOKEN # Set in the settings page of your repository, as a secure variable + keep-history: true + on: + branch: master + + branches: only: - master