From 518005dc0d8a3cc91994b90af253431366363257 Mon Sep 17 00:00:00 2001 From: mohneesh9797-puresoftware <58032121+mohneesh9797-puresoftware@users.noreply.github.com> Date: Tue, 2 Jun 2020 15:35:01 +0530 Subject: [PATCH] Update .travis.yml --- .travis.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index b06d67e..94e4d44 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,14 +22,7 @@ jobs: dist: xenial arch: arm64 env: LAZ_PKG=true RELEASE_ZIP_FILE="trackereditor_linux_AArch64.zip" - - name: macOS 10.14 (PKG) - os: osx - osx_image: xcode11.3 - env: LAZ_PKG=true LAZ_OPT="--widgetset=cocoa" RELEASE_ZIP_FILE="trackereditor_macOS.zip" - - name: Windows (PKG) Build 32-bit software - os: windows - env: LAZ_PKG=true LAZ_REL=32 RELEASE_ZIP_FILE="trackereditor_win32.zip" - + before_install: # Install python in windows OS - if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then choco install python3 --params "/InstallDir:C:\python3"; fi