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
Michael Klishin ac2798fea5 phantomjs is now preinstalled on Ruby workers
at `/usr/local/bin/phantomjs`.
2012-01-13 19:01:03 +04:00

12 lines
217 B
YAML

before_script:
- "export DISPLAY=:99.0"
- "export PATH=~/bin:$PATH"
- "sh -e /etc/init.d/xvfb start"
rvm:
- 1.9.3
- 1.9.2
- 1.8.7
gemfile:
- Gemfile
- ci/Gemfile.capybara1-0
- ci/Gemfile.capybara1-1