1
0
Fork 0
mirror of https://github.com/teampoltergeist/poltergeist.git synced 2022-11-09 12:05:00 -05:00

Stop testing against capybara master as it's quite volatile at the moment

This commit is contained in:
Jon Leighton 2012-07-14 16:59:36 +01:00
parent f79ed0a764
commit 1b6757811e
3 changed files with 1 additions and 9 deletions

View file

@ -12,12 +12,9 @@ rvm:
- rbx-19mode
- jruby-18mode
- jruby-19mode
gemfile:
- Gemfile
- ci/Gemfile.capybara1-1
- rbx-18mode
matrix:
allow_failures:
- rvm: rbx-18mode
- rvm: rbx-19mode
jdk:
- openjdk6

View file

@ -1,4 +1,2 @@
source :rubygems
gemspec
gem 'capybara', :git => 'https://github.com/jnicklas/capybara.git'
gem 'xpath', :git => 'https://github.com/jnicklas/xpath.git'

View file

@ -1,3 +0,0 @@
source :rubygems
gemspec :path => '../'
gem 'capybara', '~> 1.1.0'