Remove “null deploy script” since “/usr/bin/true” is equivalent

This commit is contained in:
James R. Barlow
2017-05-12 15:37:02 -07:00
parent 7f3fa46a40
commit d087649eab
2 changed files with 1 additions and 4 deletions
+1 -1
View File
@@ -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
-3
View File
@@ -1,3 +0,0 @@
#!/usr/bin/env bash
exit 0