Add travis

This commit is contained in:
sapics 2015-12-02 13:42:28 +09:00
parent 1e72447a7d
commit 50a0549bcf

4
.travis.yml Normal file
View file

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