mirror of
https://github.com/RealKai42/qwerty-learner.git
synced 2026-04-05 14:29:04 +08:00
chore(config): 添加 travis 配置
This commit is contained in:
17
.travis.yml
Executable file
17
.travis.yml
Executable file
@@ -0,0 +1,17 @@
|
||||
language: node_js
|
||||
node_js:
|
||||
- 'stable'
|
||||
cache:
|
||||
directories:
|
||||
- node_modules
|
||||
env:
|
||||
- CI=false
|
||||
script:
|
||||
- yarn build
|
||||
deploy:
|
||||
provider: pages
|
||||
skip_cleanup: true
|
||||
github_token: $github_token
|
||||
local_dir: build
|
||||
on:
|
||||
branch: master
|
||||
Reference in New Issue
Block a user