Skip to content

Instantly share code, notes, and snippets.

@adamrights
Created December 21, 2013 06:28
Show Gist options
  • Save adamrights/8066125 to your computer and use it in GitHub Desktop.
Save adamrights/8066125 to your computer and use it in GitHub Desktop.
language: node_js
node_js:
- "0.8"
- "0.10"
before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- npm install -g [email protected] [email protected]
- cd server
- npm install --quiet
- node server.js &
- sleep 3 # give server some time to start
- cd ../client
- npm install --quiet
script: grunt release
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment