Skip to content

Instantly share code, notes, and snippets.

@AllenFang
Last active August 29, 2015 14:17
Show Gist options
  • Save AllenFang/c69ed70bceb521ca2c65 to your computer and use it in GitHub Desktop.
Save AllenFang/c69ed70bceb521ca2c65 to your computer and use it in GitHub Desktop.
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
web: npm start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment