Skip to content

Instantly share code, notes, and snippets.

@andru255
Forked from schickling/.travis.yml
Created January 31, 2014 16:19
Show Gist options
  • Select an option

  • Save andru255/8735393 to your computer and use it in GitHub Desktop.

Select an option

Save andru255/8735393 to your computer and use it in GitHub Desktop.
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