Update .travis.yml

This commit is contained in:
Xuan Sang LE
2020-06-22 12:26:13 +02:00
committed by GitHub
parent 1c4a744486
commit 297aecc53c

View File

@ -2,10 +2,12 @@ language: javascript
node_js: node_js:
- 10 - 10
install: install:
- npm install terser -g - npm install terser
- npm install uglifycss -g - npm install uglifycss
- npm install typescript - npm install typescript
- npm install jest
- npm install @types/jquery - npm install @types/jquery
script: script:
- make - make
- make test
- make release - make release