mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
Don't locally build selenium-webdriver anymore
This commit is contained in:
parent
60a9bdc7f9
commit
e279ddd848
2 changed files with 2 additions and 9 deletions
|
@ -121,13 +121,6 @@ matrix:
|
|||
- rvm: ruby-head
|
||||
before_install:
|
||||
- gem update --system
|
||||
- if [[ $BUNDLE_GEMFILE =~ Gemfile.edge-firefox$ ]]; then
|
||||
pushd ..;
|
||||
git clone --depth 1 https://github.com/SeleniumHQ/selenium.git;
|
||||
cd selenium; ./go //rb:gem:build;
|
||||
popd;
|
||||
bundle config local.selenium-webdriver ../selenium/build/rb;
|
||||
fi
|
||||
before_script:
|
||||
- if [[ -z $HEADLESS && -z $CAPYBARA_REMOTE ]]; then
|
||||
mkdir -p ~/.config/awesome;
|
||||
|
|
|
@ -5,8 +5,8 @@ gemspec path: '..'
|
|||
|
||||
gem 'xpath', github: 'teamcapybara/xpath'
|
||||
|
||||
gem 'selenium-webdriver', :path => '../../selenium/build/rb'
|
||||
gem 'webdrivers', github: 'titusfortner/webdrivers', branch: 'edge_chrome'
|
||||
gem 'selenium-webdriver', '>= 4.0.0.beta2'
|
||||
gem 'webdrivers', github: 'titusfortner/webdrivers', branch: 'master'
|
||||
gem 'rack', github: 'rack/rack'
|
||||
gem 'sinatra', github: 'sinatra/sinatra', branch: 'master'
|
||||
|
||||
|
|
Loading…
Reference in a new issue