mirror of
https://github.com/teampoltergeist/poltergeist.git
synced 2022-11-09 12:05:00 -05:00
test with capybara master branch
This commit is contained in:
parent
33df6646ef
commit
c49d6ef7ab
2 changed files with 17 additions and 0 deletions
|
@ -12,12 +12,18 @@ rvm:
|
|||
- 1.9.3
|
||||
- rbx-2
|
||||
- jruby-19mode
|
||||
gemfile:
|
||||
- Gemfile
|
||||
env:
|
||||
global:
|
||||
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true
|
||||
matrix:
|
||||
include:
|
||||
- rvm: 2.2.2
|
||||
gemfile: Gemfile
|
||||
env: USE_PHANTOMJS2=true
|
||||
- rvm: 2.2.2
|
||||
gemfile: gemfiles/Gemfile.capybara_master
|
||||
allow_failures:
|
||||
- env: USE_PHANTOMJS2=true
|
||||
- gemfile: gemfiles/Gemfile.capybara_master
|
||||
|
|
11
gemfiles/Gemfile.capybara_master
Normal file
11
gemfiles/Gemfile.capybara_master
Normal file
|
@ -0,0 +1,11 @@
|
|||
source 'https://rubygems.org'
|
||||
|
||||
gemspec :path => '..'
|
||||
|
||||
gem 'capybara', github: 'jnicklas/capybara'
|
||||
|
||||
platforms :rbx do
|
||||
gem 'rubysl'
|
||||
gem 'racc'
|
||||
gem 'json'
|
||||
end
|
Loading…
Add table
Reference in a new issue