Explorar el Código

Fix CI?

pull/1067/head
Matthew Petroff hace 2 años
padre
commit
c70573f4f6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      .travis.yml

+ 1
- 1
.travis.yml Ver fichero

@@ -6,7 +6,7 @@ addons:
chrome: stable
before_install:
- sudo apt-get install -y python3-pillow python3-numpy python3-pip mesa-utils libgl1-mesa-dri libglapi-mesa libosmesa6 python3-setuptools
- sudo pip3 install selenium
- sudo pip3 install selenium requests
install:
- CHROME_VERSION=`google-chrome --version | sed -r 's/Google Chrome ([0-9]+\.[0-9]+\.[0-9]+).*/\1/'`
- LATEST_CHROMEDRIVER_VERSION=`curl -s "https://chromedriver.storage.googleapis.com/LATEST_RELEASE_${CHROME_VERSION}"`


Cargando…
Cancelar
Guardar