Last active
August 29, 2015 14:17
-
-
Save AllenFang/c69ed70bceb521ca2c65 to your computer and use it in GitHub Desktop.
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.10.25" | |
env: | |
- NODE_ENV=travis | |
before_install: | |
- sudo npm install bower -g | |
- bower install | |
- sudo chown -R $(whoami) /home/shippable/.npm | |
after_success: | |
- git push [email protected]:youAppName.git |
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
web: npm start |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment