Bug 1372180 - Travis: Update geckodriver from 0.14.0 to 0.17.0

In the hope it might fix the intermittent connection timeouts.
This commit is contained in:
Ed Morley 2017-06-12 13:34:51 +01:00
Родитель 494585437b
Коммит 7633331597
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -175,8 +175,7 @@ matrix:
- pip install --disable-pip-version-check --upgrade pip==9.0.1
- ./bin/vendor-libmysqlclient.sh ~/venv
- mkdir -p $HOME/bin
- wget https://github.com/mozilla/geckodriver/releases/download/v0.14.0/geckodriver-v0.14.0-linux64.tar.gz
- tar -xzf geckodriver-v0.14.0-linux64.tar.gz -C $HOME/bin
- curl -sSfL https://github.com/mozilla/geckodriver/releases/download/v0.17.0/geckodriver-v0.17.0-linux64.tar.gz | tar -zxC $HOME/bin
- nvm install 7.10.0
# Required until Travis makes yarn available in the base image,
# since it only installs it for `language: nodejs` currently.