1
1
mirror of https://github.com/aelve/guide.git synced 2024-12-25 22:02:58 +03:00
This commit is contained in:
Artyom Kazak 2018-09-02 12:03:17 +02:00
parent 9e90e8ea74
commit 367323307c

View File

@ -29,7 +29,7 @@ before_install:
- export PATH=$HOME/.local/bin:$PATH
- travis_retry curl -L https://www.stackage.org/stack/linux-x86_64 | tar xz --wildcards --strip-components=1 -C ~/.local/bin '*/stack'
- wget http://chromedriver.storage.googleapis.com/2.33/chromedriver_linux64.zip
- wget http://chromedriver.storage.googleapis.com/2.40/chromedriver_linux64.zip
- unzip chromedriver_linux64.zip
- chmod +x chromedriver
- sudo mv -f chromedriver /usr/local/share/chromedriver