more .travis.yml cleanup

This commit is contained in:
Jay Lee
2020-02-07 14:34:58 -05:00
parent 07e5cfef93
commit 86d478f25c

View File

@@ -57,7 +57,6 @@ jobs:
arch: arm64 arch: arm64
name: "Linux ARM64 Bionic" name: "Linux ARM64 Bionic"
language: shell language: shell
filter_secrets: false
addons: addons:
apt: apt:
packages: packages:
@@ -71,7 +70,6 @@ jobs:
arch: arm64 arch: arm64
name: "Linux ARM64 Xenial" name: "Linux ARM64 Xenial"
language: shell language: shell
filter_secrets: false
addons: addons:
apt: apt:
packages: packages:
@@ -159,7 +157,6 @@ jobs:
- os: windows - os: windows
name: "Windows 64-bit" name: "Windows 64-bit"
language: shell language: shell
filter_secrets: false
env: env:
- GAMOS=windows - GAMOS=windows
- PLATFORM=x86_64 - PLATFORM=x86_64
@@ -167,7 +164,6 @@ jobs:
- os: windows - os: windows
name: "Windows 32-bit" name: "Windows 32-bit"
language: shell language: shell
filter_secrets: false
env: env:
- GAMOS=windows - GAMOS=windows
- PLATFORM=x86 - PLATFORM=x86
@@ -292,9 +288,8 @@ deploy:
file_glob: true file_glob: true
overwrite: true overwrite: true
file: gam-$GAMVERSION-* file: gam-$GAMVERSION-*
skip_cleanup: true cleanup: true
draft: true draft: true
all_branches: true
on: on:
repo: jay0lee/GAM repo: jay0lee/GAM
condition: $VMTYPE = build condition: $VMTYPE = build