Skip to content

Instantly share code, notes, and snippets.

@schickling
Created July 23, 2013 19:56
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save schickling/6065611 to your computer and use it in GitHub Desktop.
Save schickling/6065611 to your computer and use it in GitHub Desktop.
Use CasperJS with GruntJS for Travis CI
language: node_js
node_js:
- 0.6
- 0.7
- 0.8
- 0.9
- 0.10
before_script:
- npm install -g grunt-cli
- curl -L https://github.com/n1k0/casperjs/archive/1.0.3.tar.gz | tar xz
- PATH=./casperjs-1.0.3/bin:$PATH
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment