Skip to content
This repository has been archived by the owner on Nov 27, 2019. It is now read-only.

Remove chromedriver override from .circleci.yml #102

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,6 @@ jobs:
command: |
bundle install --jobs=4 --retry=3 --path vendor/bundle

- run:
name: Set Chromedriver Version
command: |
chromedriver-update 2.37

# Project setup
- run:
name: Setup Project to Run
Expand Down