1
0
Fork 0
mirror of https://github.com/teampoltergeist/poltergeist.git synced 2022-11-09 12:05:00 -05:00
teampoltergeist--poltergeist/.travis.yml
Olivier Lacan b931466f4f Remove PhantomJS, installed by default on Travis
I talked to @joshk today since our Poltergeist tests were passing on Travis without this stuff in our travis.yml and he said PhantomJS is now installed by default on Travis, so you shouldn't need this.
2013-03-29 18:57:27 -03:00

7 lines
95 B
YAML

script: bundle exec rake ci
rvm:
- 2.0.0
- 1.9.3
- 1.9.2
- rbx-19mode
- jruby-19mode