Skip to content

Commit 518005d

Browse files
Update .travis.yml
1 parent 59bcc7b commit 518005d

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.travis.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,7 @@ jobs:
2222
dist: xenial
2323
arch: arm64
2424
env: LAZ_PKG=true RELEASE_ZIP_FILE="trackereditor_linux_AArch64.zip"
25-
- name: macOS 10.14 (PKG)
26-
os: osx
27-
osx_image: xcode11.3
28-
env: LAZ_PKG=true LAZ_OPT="--widgetset=cocoa" RELEASE_ZIP_FILE="trackereditor_macOS.zip"
29-
- name: Windows (PKG) Build 32-bit software
30-
os: windows
31-
env: LAZ_PKG=true LAZ_REL=32 RELEASE_ZIP_FILE="trackereditor_win32.zip"
32-
25+
3326
before_install:
3427
# Install python in windows OS
3528
- if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then choco install python3 --params "/InstallDir:C:\python3"; fi

0 commit comments

Comments
 (0)