Created
December 21, 2013 06:28
-
-
Save adamrights/8066125 to your computer and use it in GitHub Desktop.
This file contains hidden or 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.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