Permalink
Please sign in to comment.
10
.travis.yml
@@ -1,7 +1,11 @@ | |||
language: node_js | language: node_js | ||
node_js: | node_js: | ||
- - 0.10 | +- 0.1 | ||
-before_install: npm install -g grunt-cli | +before_script: | ||
+- npm install -g grunt-cli | |||
+- npm install -g bower | |||
+- npm install --no-bin-links | |||
+- bower install | |||
notifications: | notifications: | ||
email: | email: | ||
- - jarid@firstopinion.co | + - jarid@firstopinion.co |
0 comments on commit
7e9cba4