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:
parent
f79ed0a764
commit
1b6757811e
3 changed files with 1 additions and 9 deletions
|
@ -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
|
||||
|
|
2
Gemfile
2
Gemfile
|
@ -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'
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
source :rubygems
|
||||
gemspec :path => '../'
|
||||
gem 'capybara', '~> 1.1.0'
|
Loading…
Add table
Reference in a new issue