mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
Add a base versions Chrome run on travis
This commit is contained in:
parent
6423f16979
commit
9f86cbfcf1
2 changed files with 3 additions and 1 deletions
|
@ -49,6 +49,8 @@ matrix:
|
|||
apt:
|
||||
packages:
|
||||
- awesome
|
||||
- gemfile: gemfiles/Gemfile.base-versions
|
||||
rvm: 2.4
|
||||
- gemfile: Gemfile
|
||||
rvm: 2.6
|
||||
env: HEADLESS=true
|
||||
|
|
|
@ -7,4 +7,4 @@ gem 'rack', '1.6.0'
|
|||
gem 'nokogiri', '~>1.8.0'
|
||||
gem 'xpath', '~>3.2.0'
|
||||
gem 'rspec', '~>3.5.0'
|
||||
gem 'selenium-webdriver', '~>3.5.0'
|
||||
gem 'selenium-webdriver', '3.141.0'
|
||||
|
|
Loading…
Add table
Reference in a new issue