Created
March 1, 2014 12:15
-
-
Save Olical/9288970 to your computer and use it in GitHub Desktop.
Snippets for the UI/bower/travis trillek post - http://blog.trillek.org/2014/03/01/fixing-the-ui-travis-ci-build/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "storage": { | |
| "packages": ".bower/cache", | |
| "registry": ".bower/registry" | |
| }, | |
| "tmp": ".bower/tmp" | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| language: node_js | |
| node_js: | |
| - "0.10.x" | |
| before_install: | |
| - npm install -g grunt-cli | |
| - npm install -g bower | |
| - rm -rf .bower | |
| - bower install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment