mirror of
https://github.com/humhub/humhub.git
synced 2025-01-17 06:08:21 +01:00
Updated travis chromedriver version to 81.0.4044.69
This commit is contained in:
parent
8647e0d5a4
commit
7d38c6fa4d
@ -4,6 +4,6 @@
|
||||
set -ev
|
||||
|
||||
# Install chomedriver
|
||||
curl -s -L -o chromedriver_linux64.zip https://chromedriver.storage.googleapis.com/80.0.3987.106/chromedriver_linux64.zip \
|
||||
curl -s -L -o chromedriver_linux64.zip https://chromedriver.storage.googleapis.com/81.0.4044.69/chromedriver_linux64.zip \
|
||||
&& unzip -o -d $HOME chromedriver_linux64.zip \
|
||||
&& chmod +x $HOME/chromedriver
|
||||
|
Loading…
x
Reference in New Issue
Block a user