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

13 lines
217 B
YAML
Raw Normal View History

2011-10-27 23:50:09 +01:00
before_script:
2012-01-12 16:03:00 +00:00
- "export DISPLAY=:99.0"
2012-01-11 22:50:53 +00:00
- "export PATH=~/bin:$PATH"
2012-01-12 16:03:00 +00:00
- "sh -e /etc/init.d/xvfb start"
2011-10-30 17:16:03 +00:00
rvm:
- 1.9.3
- 1.9.2
- 1.8.7
gemfile:
2011-10-30 17:38:03 +00:00
- Gemfile
- ci/Gemfile.capybara1-0
- ci/Gemfile.capybara1-1