Skip to content

Commit fc5f944

Browse files
author
Bulfair, Matt
committed
gh-pages
1 parent db6bdb3 commit fc5f944

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

.travis.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
language: node_js
22

33
node_js:
4-
- node
5-
- 8
4+
- lts/*
65

76
cache:
87
directories:
@@ -15,6 +14,15 @@ script:
1514
- yarn webpack:version
1615
- yarn patternlab:build
1716

17+
deploy:
18+
provider: pages
19+
skip-cleanup: true
20+
github-token: $GITHUB_TOKEN # Set in the settings page of your repository, as a secure variable
21+
keep-history: true
22+
on:
23+
branch: master
24+
25+
1826
branches:
1927
only:
2028
- master

0 commit comments

Comments
 (0)