Create .travis.yml

This commit is contained in:
Xuan Sang LE 2018-03-19 10:55:09 +01:00 committed by GitHub
parent 286fb256c8
commit 8ae8251d0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

8
.travis.yml Normal file
View File

@ -0,0 +1,8 @@
language: javascript
install:
- npm install uglify-js
- npm install uglifycss
- npm install riot
script:
- make
- make release