semicolons per windows statement

This commit is contained in:
Jay Lee
2019-04-12 09:48:05 -04:00
parent 4043bcab61
commit cec7f88d2b

View File

@@ -15,16 +15,14 @@ matrix:
packages:
python@2
- os: windows
language: go
language: shell
env: GAMOS=windows
before_install:
- if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then
cinst -y python2
ls -al c:/python2
dir c:\python2
dir c:\
PATH=$PATH:c:/python2/scripts
cinst -y python2;
ls -al c:/python2;
PATH=$PATH:c:/python2/scripts;
fi
- pip install pyinstaller