mirror of
https://github.com/RealKai42/qwerty-learner.git
synced 2026-04-05 14:29:04 +08:00
ci: 移除 travis
This commit is contained in:
18
.travis.yml
18
.travis.yml
@@ -1,18 +0,0 @@
|
||||
language: node_js
|
||||
node_js:
|
||||
- 16.8.0
|
||||
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
|
||||
@@ -16,7 +16,6 @@
|
||||
|
||||
<p align="center">
|
||||
<a href="https://github.com/Kaiyiwing/qwerty-learner/blob/master/LICENSE"><img src="https://img.shields.io/github/license/KaiyiWing/qwerty-learner" alt="License"></a>
|
||||
<a><img src="https://travis-ci.com/Kaiyiwing/qwerty-learner.svg?branch=master" alt="Build State"></a>
|
||||
<a><img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg"/></a>
|
||||
<a><img src="https://img.shields.io/badge/Powered%20by-React-blue"/></a>
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user