Skip to content

Commit

Permalink
Add a base versions Chrome run on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
twalpole committed Apr 18, 2019
1 parent 6423f16 commit 9f86cbf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ matrix:
apt:
packages:
- awesome
- gemfile: gemfiles/Gemfile.base-versions
rvm: 2.4
- gemfile: Gemfile
rvm: 2.6
env: HEADLESS=true
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/Gemfile.base-versions
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit 9f86cbf

Please sign in to comment.