1 Star 0 Fork 132

Shemshidin / Qwerty-Learner

forked from Kai / Qwerty-Learner 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 285 Bytes
一键复制 编辑 原始数据 按行查看 历史
Hollow Man 提交于 2021-03-05 14:00 . test: 增加 ESLint 测试 (#93)
language: node_js
node_js:
- 'stable'
cache:
directories:
- node_modules
env:
- CI=false REACT_APP_DEPLOY_ENV=travis
script:
- yarn lint
- yarn build
deploy:
provider: pages
skip_cleanup: true
github_token: $github_token
local_dir: build
on:
branch: master
1
https://gitee.com/Shemshidin/qwerty-learner.git
git@gitee.com:Shemshidin/qwerty-learner.git
Shemshidin
qwerty-learner
Qwerty-Learner
master

搜索帮助