Update chromedriver to 80.0.3987.106

This commit is contained in:
buddh4 2020-04-06 21:05:39 +02:00
parent b38d2a1e1d
commit 1f7489a29a
2 changed files with 3 additions and 2 deletions

View File

@ -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'

View File

@ -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