We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db6bdb3 commit fc5f944Copy full SHA for fc5f944
1 file changed
.travis.yml
@@ -1,8 +1,7 @@
1
language: node_js
2
3
node_js:
4
- - node
5
- - 8
+ - lts/*
6
7
cache:
8
directories:
@@ -15,6 +14,15 @@ script:
15
14
- yarn webpack:version
16
- yarn patternlab:build
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
26
branches:
27
only:
28
- master
0 commit comments