Delete .travis.yml (#669)

This commit is contained in:
Trim21
2023-11-29 13:57:30 +08:00
committed by GitHub
parent 1192e14294
commit b25fd204ec
-14
View File
@@ -1,14 +0,0 @@
dist: focal
language: node_js
node_js:
- 'node'
- 'lts/*'
- '13'
matrix:
fast_finish: true
script:
- npm run check-source-formatting
- npm run lint
- npm run check-types
- npm run build
- npm run test