Skip to content
This repository has been archived by the owner on Jan 15, 2020. It is now read-only.

Commit

Permalink
Use Travis chrome add-on instead of chromium-chromedriver
Browse files Browse the repository at this point in the history
  • Loading branch information
David Moles committed May 15, 2018
1 parent 3361aa2 commit e7fc8ef
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 66 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ sudo: required

dist: trusty

addons:
chrome: stable

language: ruby

rvm:
Expand All @@ -12,7 +15,6 @@ services:

before_install:
- sudo apt-get update
- sudo apt-get install chromium-chromedriver
- sudo apt-get install mutt
- gem update --system
- gem install bundler
Expand Down
64 changes: 0 additions & 64 deletions config/tenants/tenant.yml.example

This file was deleted.

2 changes: 1 addition & 1 deletion spec/features_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
Capybara::Selenium::Driver.new(
app,
browser: :chrome,
options: Selenium::WebDriver::Chrome::Options.new(args: ['--incognito'])
options: Selenium::WebDriver::Chrome::Options.new(args: %w[incognito no-sandbox disable-gpu'])
)
end

Expand Down

0 comments on commit e7fc8ef

Please sign in to comment.