From d087649eab0efa1f81a6c5688c9ffd8b83f9a840 Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Fri, 12 May 2017 15:37:02 -0700 Subject: [PATCH] =?UTF-8?q?Remove=20=E2=80=9Cnull=20deploy=20script?= =?UTF-8?q?=E2=80=9D=20since=20=E2=80=9C/usr/bin/true=E2=80=9D=20is=20equi?= =?UTF-8?q?valent?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .travis.yml | 2 +- .travis/null_deploy.sh | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) delete mode 100755 .travis/null_deploy.sh diff --git a/.travis.yml b/.travis.yml index f89f6b91..2edba434 100644 --- a/.travis.yml +++ b/.travis.yml @@ -80,7 +80,7 @@ deploy: # we really just want to run after_deploy *after* pypi upload is done, but # after_deploy on runs if a given box deployed - provider: script - script: .travis/null_deploy.sh + script: true on: branch: master tags: false diff --git a/.travis/null_deploy.sh b/.travis/null_deploy.sh deleted file mode 100755 index c4f76591..00000000 --- a/.travis/null_deploy.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/usr/bin/env bash - -exit 0 \ No newline at end of file