Update Travis-CI script to use Gulp.

This commit is contained in:
Jürg Lehni 2016-01-17 04:37:00 +01:00
parent c8bc179928
commit d78d15998f

View file

@ -1,4 +1,4 @@
language: node_js
node_js:
- "0.12"
script: 'npm install -g bower && bower install && cd build && ./minify-components.sh && cd .. && npm run lint && gulp test'
- "4.2.4"
script: 'npm install -g bower && bower install && npm run lint && gulp build && gulp test'