From cec7f88d2b1535f4683e623bd9fe3b17f2d3f0f9 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Fri, 12 Apr 2019 09:48:05 -0400 Subject: [PATCH] semicolons per windows statement --- .travis.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 64bf178e..71d42d97 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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