Merge pull request #4241 from humhub/fix/updateTravisChrome

Updated travis chrome driver version to 84.0.4147.30
This commit is contained in:
Lucas Bartholemy 2020-07-15 18:50:11 +02:00 committed by GitHub
commit a69eb9f829
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,6 +4,6 @@
set -ev
# Install chomedriver
curl -s -L -o chromedriver_linux64.zip https://chromedriver.storage.googleapis.com/83.0.4103.39/chromedriver_linux64.zip \
curl -s -L -o chromedriver_linux64.zip https://chromedriver.storage.googleapis.com/84.0.4147.30/chromedriver_linux64.zip \
&& unzip -o -d $HOME chromedriver_linux64.zip \
&& chmod +x $HOME/chromedriver