Skip to content

Instantly share code, notes, and snippets.

@oliverbarnes
Last active August 29, 2015 14:04
Show Gist options
  • Save oliverbarnes/5ead4568ede8307f1ef3 to your computer and use it in GitHub Desktop.
Save oliverbarnes/5ead4568ede8307f1ef3 to your computer and use it in GitHub Desktop.
travis.yml for ember cli app
language: node_js
node_js:
- "0.11"
before_script:
- npm install bower
- bower install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment