Update .travis.yml

This commit is contained in:
Xuan Sang LE
2020-02-04 13:00:09 +01:00
committed by GitHub
parent 89d6b307ec
commit 8f1335bca9

View File

@ -1,9 +1,9 @@
language: javascript language: javascript
install: install:
- npm install -g coffeescript@1.9.3 - npm install -g coffeescript
- npm install -g uglify-js - npm install -g uglify-es
- npm install -g uglifycss - npm install -g uglifycss
- npm install -g riot - npm install -g riot-cli
script: script:
- make - make
- make release - make release