Delete .travis.yml
All checks were successful
antos-devel/pipeline/head This commit looks good
gitea-sync/antos/pipeline/head This commit looks good

This commit is contained in:
Dany LE 2022-09-16 13:26:12 +02:00 committed by GitHub
parent cbb8948dbf
commit 50e74cef5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,14 +0,0 @@
language: javascript
node_js:
- 10.21.0
install:
- npm install terser
- npm install uglifycss
- npm install typescript@3.9.3
- npm install jest @types/jest ts-jest
- npm install @types/jquery
script:
- tsc -v
- make
- make test
- make release