mirror of
https://github.com/humhub/humhub.git
synced 2025-01-17 14:18:27 +01:00
Updated travis chromedriver to 80.0.3987.16
This commit is contained in:
parent
731e105449
commit
5001aa33d1
@ -4,6 +4,6 @@
|
||||
set -ev
|
||||
|
||||
# Install chomedriver
|
||||
curl -s -L -o chromedriver_linux64.zip https://chromedriver.storage.googleapis.com/79.0.3945.16/chromedriver_linux64.zip \
|
||||
curl -s -L -o chromedriver_linux64.zip https://chromedriver.storage.googleapis.com/80.0.3987.16/chromedriver_linux64.zip \
|
||||
&& unzip -o -d $HOME chromedriver_linux64.zip \
|
||||
&& chmod +x $HOME/chromedriver
|
||||
|
Loading…
x
Reference in New Issue
Block a user