Last active
August 29, 2015 14:04
-
-
Save oliverbarnes/5ead4568ede8307f1ef3 to your computer and use it in GitHub Desktop.
travis.yml for ember cli app
This file contains 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.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