Remove “null deploy script” since “/usr/bin/true” is equivalent
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
exit 0
|
||||
Reference in New Issue
Block a user