Skip to content

Commit 613d2dd

Browse files
committed
Add travis build
1 parent 886fc50 commit 613d2dd

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

.travis.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
language: node_js
2+
node_js: '12'
3+
branches:
4+
only:
5+
- master
6+
7+
script:
8+
- npm run build
9+
10+
deploy:
11+
provider: pages
12+
skip-cleanup: true
13+
github-token: $GITHUB_TOKEN # Set in travis-ci.org dashboard, marked secure
14+
keep-history: true
15+
on:
16+
branch: master

0 commit comments

Comments
 (0)