updated travis scripts
authorBruno Trecenti <btrecent@thoughtworks.com>
Fri, 21 Mar 2014 20:37:29 +0000 (17:37 -0300)
committerBruno Trecenti <btrecent@thoughtworks.com>
Fri, 21 Mar 2014 20:37:29 +0000 (17:37 -0300)
.travis.yml

index b755d03..e629eee 100644 (file)
@@ -1,5 +1,12 @@
 language: node_js
 language: node_js
+
 node_js:
   - "0.10"
 node_js:
   - "0.10"
+
 before_script:
 before_script:
+  - npm install -g bower
+  - bower install
   - npm install -g gulp
   - npm install -g gulp
+
+script:
+  - gulp test