diff --git a/.travis.yml b/.travis.yml index 36008af..6374544 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,7 +26,7 @@ jobs: - "./build.sh" - name: Windows os: windows - python: 3 + python: 3.9 env: - PATH=/c/Python39:/c/Python39/Scripts:${PATH} before_script: @@ -53,4 +53,4 @@ deploy: - build/package/addons/sourcemod/scripting/include/TransmitManager.inc on: repo: Kxnrl/sm-ext-TransmitManager - skip_cleanup: 'true' + skip_cleanup: true