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 6a9ccb44c5 quieter
2012-01-10 00:25:16 +00:00

13 lines
225 B
YAML

before_script:
- "sudo ci/install_phantomjs"
- "sudo apt-get install xvfb -qy"
- "Xvfb :0 &"
env: DISPLAY=:0
rvm:
- 1.9.3
- 1.9.2
- 1.8.7
gemfile:
- Gemfile
- ci/Gemfile.capybara1-0
- ci/Gemfile.capybara1-1