antos-frontend/.travis.yml
2020-07-14 22:33:11 +02:00

15 lines
263 B
YAML

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