Skip to content

Commit 609b8c5

Browse files
committed
fixed wrong chromedriver location
1 parent e726561 commit 609b8c5

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ before_install:
3232
- sudo apt-get -y install python3-pip python3-setuptools apache2-utils python3-venv jq
3333
- CHROMEDRIVER_VERSION=$(curl -s https://googlechromelabs.github.io/chrome-for-testing/last-known-good-versions-with-downloads.json | jq -r '.channels.Stable.version')
3434
- wget https://storage.googleapis.com/chrome-for-testing-public/${CHROMEDRIVER_VERSION}/linux64/chromedriver-linux64.zip
35-
- unzip chromedriver-linux64.zip -d $HOME/.local/bin
35+
- unzip chromedriver-linux64.zip
36+
- mv chromedriver-linux64/chromedriver $HOME/.local/bin/chromedriver
37+
- chmod +x $HOME/.local/bin/chromedriver
3638
- mkdir -vp ~/.docker/cli-plugins/
3739
- curl --silent -L "https://github.com/docker/buildx/releases/download/v0.30.1/buildx-v0.30.1.linux-amd64" > ~/.docker/cli-plugins/docker-buildx
3840
- chmod a+x ~/.docker/cli-plugins/docker-buildx

0 commit comments

Comments
 (0)