Update .travis.yml

This commit is contained in:
Xuan Sang LE 2018-03-19 11:04:05 +01:00 committed by GitHub
parent 023b928bc7
commit ceb704d862
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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