mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 12:21:35 +00:00
fix deploy
This commit is contained in:
@@ -34,7 +34,7 @@ matrix:
|
|||||||
- "3.5"
|
- "3.5"
|
||||||
env:
|
env:
|
||||||
- VMTYPE=test
|
- VMTYPE=test
|
||||||
deploy: true # skips full deploy steps
|
deploy: {} # skips full deploy steps
|
||||||
- os: linux
|
- os: linux
|
||||||
name: "Linux 64-bit Xenial - Python 3.6 Source Testing"
|
name: "Linux 64-bit Xenial - Python 3.6 Source Testing"
|
||||||
dist: xenial
|
dist: xenial
|
||||||
@@ -43,7 +43,7 @@ matrix:
|
|||||||
- "3.6"
|
- "3.6"
|
||||||
env:
|
env:
|
||||||
- VMTYPE=test
|
- VMTYPE=test
|
||||||
deploy: true
|
deploy: {}
|
||||||
- os: linux
|
- os: linux
|
||||||
name: "Linux 64-bit Xenial - Python 3.8-dev Source Testing"
|
name: "Linux 64-bit Xenial - Python 3.8-dev Source Testing"
|
||||||
dist: xenial
|
dist: xenial
|
||||||
@@ -52,7 +52,7 @@ matrix:
|
|||||||
- "3.8-dev"
|
- "3.8-dev"
|
||||||
env:
|
env:
|
||||||
- VMTYPE=test
|
- VMTYPE=test
|
||||||
deploy: true
|
deploy: {}
|
||||||
- os: linux
|
- os: linux
|
||||||
name: "Linux 64-bit Xenial - Python nightly Source Testing"
|
name: "Linux 64-bit Xenial - Python nightly Source Testing"
|
||||||
dist: xenial
|
dist: xenial
|
||||||
@@ -60,7 +60,7 @@ matrix:
|
|||||||
- "nightly"
|
- "nightly"
|
||||||
env:
|
env:
|
||||||
- VMTYPE=test
|
- VMTYPE=test
|
||||||
deploy: true
|
deploy: {}
|
||||||
- os: osx
|
- os: osx
|
||||||
name: "MacOS 64-bit"
|
name: "MacOS 64-bit"
|
||||||
language: generic
|
language: generic
|
||||||
|
|||||||
Reference in New Issue
Block a user