chore(config): 添加 travis 配置

This commit is contained in:
KaiyiWing
2021-02-08 16:52:16 +08:00
parent 83abe48b4d
commit ac52ec47e3

17
.travis.yml Executable file
View 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