Skip to content

Commit

Permalink
gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Bulfair, Matt committed Jun 12, 2018
1 parent db6bdb3 commit fc5f944
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
language: node_js

node_js:
- node
- 8
- lts/*

cache:
directories:
Expand All @@ -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
Expand Down

0 comments on commit fc5f944

Please sign in to comment.