mirror of https://github.com/pyodide/pyodide.git
Fix bash if syntax
This commit is contained in:
parent
ee7eaf5cc8
commit
2a9308d67d
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue