mirror of
https://github.com/lxsang/antos-frontend.git
synced 2024-12-26 09:28:21 +01:00
Update .travis.yml
This commit is contained in:
parent
1c4a744486
commit
297aecc53c
@ -2,10 +2,12 @@ language: javascript
|
||||
node_js:
|
||||
- 10
|
||||
install:
|
||||
- npm install terser -g
|
||||
- npm install uglifycss -g
|
||||
- npm install terser
|
||||
- npm install uglifycss
|
||||
- npm install typescript
|
||||
- npm install jest
|
||||
- npm install @types/jquery
|
||||
script:
|
||||
- make
|
||||
- make test
|
||||
- make release
|
||||
|
Loading…
Reference in New Issue
Block a user