Travis, true is a program, not a keyword

This commit is contained in:
James R. Barlow
2017-05-15 15:12:14 -07:00
parent 744fa104d7
commit c69ee63d82

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: true
script: /usr/bin/true
on:
branch: master
tags: false