Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
lislis committed Jan 28, 2020
1 parent b9aae52 commit aec81cf
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -18,10 +18,10 @@ rvm:
- 2.6.3

before_script:
- bundle exec rails runner "Webdrivers::Chromedriver.update"
#- bundle exec rails runner "Webdrivers::Chromedriver.update"
- psql -c 'create database travis_ci_test;' -U postgres
- cp config/database.yml.travis config/database.yml
- ln -s /usr/lib/chromium-browser/chromedriver ~/bin/chromedriver
#- ln -s /usr/lib/chromium-browser/chromedriver ~/bin/chromedriver

install:
- bundle install --jobs=3 --retry=3
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -50,7 +50,7 @@ end

group :test do
gem 'capybara', '>= 2.15', '< 4.0'
#gem 'capybara-selenium'
gem 'capybara-selenium'
#gem 'chromedriver-helper'
gem 'database_cleaner'
gem 'factory_bot_rails', '~> 4.10'
Expand Down
4 changes: 4 additions & 0 deletions Gemfile.lock
Expand Up @@ -59,6 +59,9 @@ GEM
rack (>= 1.6.0)
rack-test (>= 0.6.3)
xpath (~> 3.1)
capybara-selenium (0.0.6)
capybara
selenium-webdriver
childprocess (3.0.0)
coderay (1.1.2)
concurrent-ruby (1.1.5)
Expand Down Expand Up @@ -279,6 +282,7 @@ DEPENDENCIES
breadcrumbs_on_rails
byebug
capybara (>= 2.15, < 4.0)
capybara-selenium
coveralls
database_cleaner
devise (~> 4.4)
Expand Down

0 comments on commit aec81cf

Please sign in to comment.