From c69ee63d82bf4c1fe40af2f12af2bb4c2ade278a Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Mon, 15 May 2017 15:12:14 -0700 Subject: [PATCH] Travis, true is a program, not a keyword --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7212f13b..a516c7c9 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: true + script: /usr/bin/true on: branch: master tags: false