semicolon, no set (to much junk)

This commit is contained in:
Jay Lee
2019-04-12 12:09:54 -04:00
parent 5270929b57
commit 970542eb7f

View File

@@ -19,9 +19,8 @@ matrix:
env: GAMOS=windows
before_install:
- set
- if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then
powershell Install-WindowsFeature Net-Framework-Core
powershell Install-WindowsFeature Net-Framework-Core;
cinst -y python2 wixtoolset;
PATH=$PATH:/c/Python27/scripts;
fi