Skip to content

Instantly share code, notes, and snippets.

@Olical
Created March 1, 2014 12:15
Show Gist options
  • Select an option

  • Save Olical/9288970 to your computer and use it in GitHub Desktop.

Select an option

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/
{
"storage": {
"packages": ".bower/cache",
"registry": ".bower/registry"
},
"tmp": ".bower/tmp"
}
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