From 843c5f068751c7067d74f91838c2f82a4055995c Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Mon, 6 May 2019 10:25:30 -0400 Subject: [PATCH] fix deploy --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7db1753b..6988ba73 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,7 +34,7 @@ matrix: - "3.5" env: - VMTYPE=test - deploy: true # skips full deploy steps + deploy: {} # skips full deploy steps - os: linux name: "Linux 64-bit Xenial - Python 3.6 Source Testing" dist: xenial @@ -43,7 +43,7 @@ matrix: - "3.6" env: - VMTYPE=test - deploy: true + deploy: {} - os: linux name: "Linux 64-bit Xenial - Python 3.8-dev Source Testing" dist: xenial @@ -52,7 +52,7 @@ matrix: - "3.8-dev" env: - VMTYPE=test - deploy: true + deploy: {} - os: linux name: "Linux 64-bit Xenial - Python nightly Source Testing" dist: xenial @@ -60,7 +60,7 @@ matrix: - "nightly" env: - VMTYPE=test - deploy: true + deploy: {} - os: osx name: "MacOS 64-bit" language: generic