From dfd7e93bf8e9c39d81d51c3a4e435ce9ab3d34af Mon Sep 17 00:00:00 2001 From: Kyle Date: Tue, 22 Dec 2020 21:54:00 +0800 Subject: [PATCH] final --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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