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
Jon Leighton 21388aea78 Remove 1.8 rubies from .travis.yml
We're on Capybara 2 now, which doesn't support Ruby 1.8
2013-01-26 13:03:58 +00:00

10 lines
192 B
YAML

before_script:
- sudo ci/install_phantomjs
- "export PATH=phantomjs/bin:$PATH"
- phantomjs --version
script: bundle exec rake ci
rvm:
- 1.9.3
- 1.9.2
- rbx-19mode
- jruby-19mode