Fix bash if syntax

This commit is contained in:
Michael Droettboom 2018-04-02 14:01:38 -04:00
parent ee7eaf5cc8
commit 2a9308d67d
1 changed files with 1 additions and 1 deletions

View File

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