1
0
Fork 0
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:
Thomas Walpole 2015-10-30 17:05:30 -07:00
parent 33df6646ef
commit c49d6ef7ab
2 changed files with 17 additions and 0 deletions

View file

@ -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

View 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