Skip to content

Commit

Permalink
fixing circleci fail
Browse files Browse the repository at this point in the history
  • Loading branch information
jameshamann committed May 22, 2018
1 parent 36b225a commit e496ce4
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,6 @@ jobs:
steps:
- checkout

- run:
name: Update Chromedriver
command: |
sudo apt-get update
sudo apt-get install lsb-release
curl -L -o google-chrome.deb https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb 26
sudo dpkg -i google-chrome.deb
sudo sed -i ‘s|HERE/chrome"|HERE/chrome" --disable-setuid-sandbox|g’ /opt/google/chrome/google-chrome
rm google-chrome.deb
- run:
name: install dependencies
command: |
Expand Down

0 comments on commit e496ce4

Please sign in to comment.