Permalink
Browse files

Update .travis.yml to install bower_components.

1 parent f90acac commit 7e9cba43e796e914c4e6782806f12e98aaa3027d @jaridmargolin jaridmargolin committed May 9, 2014
Showing with 7 additions and 3 deletions.
  1. +7 −3 .travis.yml
View
@@ -1,7 +1,11 @@
language: node_js
node_js:
- - 0.10
-before_install: npm install -g grunt-cli
+- 0.1
+before_script:
+- npm install -g grunt-cli
+- npm install -g bower
+- npm install --no-bin-links
+- bower install
notifications:
email:
- - jarid@firstopinion.co
+ - jarid@firstopinion.co

0 comments on commit 7e9cba4

Please sign in to comment.