Try /c as windows path, stop deploy since it only breaks us for now

This commit is contained in:
Jay Lee
2019-04-12 10:05:00 -04:00
parent 85d52a4d68
commit f5681cb746

View File

@ -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