Skip to content

Commit 287a511

Browse files
author
Patrick Sachs
authored
Merge pull request #19 from PatrickSachs/travis
TravisCI for deploys
2 parents a9dd6e1 + 421b47d commit 287a511

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.travis.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
language: node_js
2+
node_js:
3+
- "10"
4+
install:
5+
- npm i
6+
before_script:
7+
- npm run build
8+
deploy:
9+
local-dir: ./dist
10+
provider: pages
11+
skip-cleanup: true
12+
github-token: $GITHUB_TOKEN
13+
keep-history: true
14+
on:
15+
branch: master

0 commit comments

Comments
 (0)