Try to get directory correct

This commit is contained in:
Michael Droettboom 2018-04-02 13:11:03 -04:00
parent deea97cd4c
commit 815479b7d7
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ before_install:
- mkdir geckodriver
- tar -xvf geckodriver-v0.20.0-linux64.tar.gz -C geckodriver
- export PATH=$PATH:$PWD/geckodriver
- if [ ! -d emsdk/emsdk ]; then cd emsdk; wget https://github.com/iodide-project/pyodide-demo/raw/toolchain/pyodide_toolchain.tgz; tar -xvf pyodide_toolchain.tgz; fi
- if [ ! -d $TRAVIS_BUILD_DIR/emsdk/emsdk ]; then cd $TRAVIS_BUILD_DIR/emsdk; wget https://github.com/iodide-project/pyodide-demo/raw/toolchain/pyodide_toolchain.tgz; tar -xvf pyodide_toolchain.tgz; fi
install:
- pip install pytest selenium
script: