diff --git a/.travis.yml b/.travis.yml index 8fdf249e..34efce65 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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