Python 2.7.16, more path fixes

This commit is contained in:
Jay Lee
2019-04-12 07:30:01 -04:00
parent 64380cbd4d
commit a08d95a742

View File

@@ -3,7 +3,7 @@ dist: precise
osx_image: xcode9.2 osx_image: xcode9.2
python: python:
- "2.7" - "2.7.16"
os: os:
- linux - linux
@@ -22,8 +22,10 @@ install:
- cp GamCommands.txt gam - cp GamCommands.txt gam
- tar cfJ gam-$TRAVIS_BUILd_NUMBER-$GAMOS.tar.xz gam/ - tar cfJ gam-$TRAVIS_BUILd_NUMBER-$GAMOS.tar.xz gam/
script: dist/gam version script:
- src/dist/gam version
deploy: deploy:
provider: release provider: release
skip_cleanup: true skip_cleanup: true
file: gam-$TRAVIS_BUILd_NUMBER-$GAMOS.tar.xz file: src/gam-$TRAVIS_BUILd_NUMBER-$GAMOS.tar.xz