diff --git a/.travis.yml b/.travis.yml index f1f17f75..65d216f5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,9 @@ addons: chrome: stable install: - - latest=$(wget -qO- https://chromedriver.storage.googleapis.com/LATEST_RELEASE) | wget https://chromedriver.storage.googleapis.com/$latest/chromedriver_linux64.zip + - | + latest=$(wget -qO- https://chromedriver.storage.googleapis.com/LATEST_RELEASE) + wget https://chromedriver.storage.googleapis.com/$latest/chromedriver_linux64.zip - unzip chromedriver_linux64.zip - export PATH=$PATH:$(pwd) - chmod +x chromedriver