1
0
mirror of https://github.com/lxsang/antos-frontend.git synced 2025-04-08 09:36:45 +02:00

Delete .travis.yml

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

@ -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