Created
March 24, 2013 03:55
-
-
Save jpillora/5230437 to your computer and use it in GitHub Desktop.
Sample Node.js Travis CI config using Phantomjs
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 | |
before_script: | |
- phantomjs --version | |
script: cake test |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment