mirror of
https://github.com/aelve/guide.git
synced 2024-12-25 22:02:58 +03:00
Fix CI
This commit is contained in:
parent
9e90e8ea74
commit
367323307c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user