Merge pull request #840 from sapics/travis-test

Add .travis.yml file
This commit is contained in:
Jürg Lehni 2015-12-16 19:02:05 +01:00
commit 5d6fa05373

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'