We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 021ce85 + 758a076 commit e9d24e7Copy full SHA for e9d24e7
.travis.yml
@@ -0,0 +1,27 @@
1
+language: node_js
2
+node_js:
3
+ - 11.9.0
4
+
5
+cache:
6
+ npm: true
7
+ directories:
8
+ - node_modules
9
10
+branches:
11
+ only:
12
+ - master
13
14
+before_script:
15
+ - npm ci
16
17
+script:
18
+ - npm run build
19
20
+deploy:
21
+ provider: pages
22
+ skip-cleanup: true
23
+ github-token: $GITHUB_TOKEN
24
+ keep-history: true
25
+ local-dir: dist
26
+ on:
27
+ branch: master
0 commit comments