Skip to content

Commit f9124b6

Browse files
committed
Move chromedriver to path
1 parent 5d295ec commit f9124b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wasm/tests/.travis-runner.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ fi
1414
wget http://chromedriver.storage.googleapis.com/2.30/chromedriver_linux64.zip
1515
unzip chromedriver_linux64.zip
1616
chmod +x chromedriver
17-
export PATH=$PATH:$PWD/chromedriver
17+
mv -f chromedriver /usr/local/share/
1818

1919
# Install pipenv
2020
pip install pipenv

0 commit comments

Comments
 (0)