From 970542eb7f881438b81367b8383310724ea2d01d Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Fri, 12 Apr 2019 12:09:54 -0400 Subject: [PATCH] semicolon, no set (to much junk) --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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