Delete .travis.yml

This commit is contained in:
neverland 2021-04-20 20:34:34 +08:00 committed by GitHub
parent b95ebfb333
commit 077125d306
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,19 +0,0 @@
language: node_js
sudo: required
addons:
chrome: stable
node_js:
- 10
os: linux
cache:
yarn: true
branches:
only:
- master
- dev
install:
- |
yarn install
script:
- |
npm run lint