Skip to content

Commit 5742d62

Browse files
committed
Added simple travis ci.
1 parent fc7d65b commit 5742d62

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

.travis.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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_API_TOKEN
13+
keep_history: true
14+
local_dir: dist
15+
target_branch: master
16+
on:
17+
branch: vue-version

0 commit comments

Comments
 (0)