Permalink
Please sign in to comment.
10
.travis.yml
| @@ -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