try preinstalling .Net 3.5 for WiX

This commit is contained in:
Jay Lee
2019-04-12 12:05:28 -04:00
parent 6543ead625
commit 5270929b57

View File

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