Skip to content

Instantly share code, notes, and snippets.

@jpillora
Created March 24, 2013 03:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jpillora/5230437 to your computer and use it in GitHub Desktop.
Save jpillora/5230437 to your computer and use it in GitHub Desktop.
Sample Node.js Travis CI config using Phantomjs
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