diff --git a/.travis.yml b/.travis.yml index cfa5cd73..5ce02dc7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,9 +21,9 @@ matrix: before_install: - if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then cinst -y python2; - ls -l / - ls -al /python2; - PATH=$PATH:/python2/scripts; + ls -l /c + ls -al /c/python2; + PATH=$PATH:/c/python2/scripts; fi - pip install pyinstaller @@ -37,7 +37,3 @@ install: script: - gam/gam version - -deploy: - skip_cleanup: true - file: gam-$TRAVIS_BUILd_NUMBER-$GAMOS.tar.xz