Skip to content
This repository was archived by the owner on Jan 22, 2022. It is now read-only.

Commit 7ce8696

Browse files
authored
Create .travis.yml
1 parent 4f8d998 commit 7ce8696

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.travis.yml

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
language: node_js
2+
node_js:
3+
- "node"
4+
5+
cache: npm
6+
7+
script: npm run build
8+
9+
deploy:
10+
provider: pages
11+
skip_cleanup: true
12+
github_token: $GITHUB_TOKEN
13+
local_dir: dist
14+
on:
15+
branch: master
16+

0 commit comments

Comments
 (0)