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

22 lines
510 B
YAML
Raw Normal View History

2011-10-27 23:50:09 +01:00
before_script:
2012-07-01 19:17:37 +01:00
- sudo ci/install_phantomjs
2012-04-15 20:39:40 +02:00
# Use Google's name servers. The default name servers cannot
# resolve capybara1.elabs.se for unknown reasons.
- sudo su -c 'echo "nameserver 8.8.8.8" > /etc/resolv.conf; echo "nameserver 8.8.4.4" >> /etc/resolv.conf'
2012-04-09 20:34:26 +01:00
- phantomjs --version
2011-10-30 17:16:03 +00:00
rvm:
- 1.9.3
- 1.9.2
- 1.8.7
2012-01-13 16:03:06 +00:00
- rbx-18mode
2012-03-01 00:05:07 +00:00
- rbx-19mode
- jruby-18mode
- jruby-19mode
gemfile:
2011-10-30 17:38:03 +00:00
- Gemfile
- ci/Gemfile.capybara1-1
matrix:
allow_failures:
- rvm: rbx-18mode
2012-03-01 00:05:07 +00:00
- rvm: rbx-19mode