mirror of
https://github.com/humhub/humhub.git
synced 2025-01-17 06:08:21 +01:00
Update chromedriver to 80.0.3987.106
This commit is contained in:
parent
b38d2a1e1d
commit
1f7489a29a
@ -27,7 +27,8 @@ install:
|
||||
- .travis/install-dependencies.sh
|
||||
- .travis/setup-humhub.sh
|
||||
script:
|
||||
- '$HOME/chromedriver --verbose --log-path=/tmp/chromedriver.log --url-base=/wd/hub &'
|
||||
#- '$HOME/chromedriver --verbose --log-path=/tmp/chromedriver.log --url-base=/wd/hub &'
|
||||
- '$HOME/chromedriver --url-base=/wd/hub &'
|
||||
- 'php --server 127.0.0.1:8080 --docroot ${TRAVIS_BUILD_DIR} &>/tmp/phpserver.log &'
|
||||
- 'sleep 5 && curl --fail --head http://127.0.0.1:8080/index-test.php'
|
||||
- 'cd protected/humhub/tests'
|
||||
|
@ -4,6 +4,6 @@
|
||||
set -ev
|
||||
|
||||
# Install chomedriver
|
||||
curl -s -L -o chromedriver_linux64.zip https://chromedriver.storage.googleapis.com/80.0.3987.16/chromedriver_linux64.zip \
|
||||
curl -s -L -o chromedriver_linux64.zip https://chromedriver.storage.googleapis.com/80.0.3987.106/chromedriver_linux64.zip \
|
||||
&& unzip -o -d $HOME chromedriver_linux64.zip \
|
||||
&& chmod +x $HOME/chromedriver
|
||||
|
Loading…
x
Reference in New Issue
Block a user