aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar JoeBanks13 <[email protected]>2018-02-03 15:57:45 +0000
committerGravatar JoeBanks13 <[email protected]>2018-02-03 15:57:45 +0000
commit6bd979b7500810ecac5f7d5d4d2b6aa5e5b9b785 (patch)
tree0f879fa4e33b1845435081d167f56a2f024bd528
parentAuto-deploy only works if snekchek does not error. (diff)
try again
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 84d62c91..9fb2b623 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,4 +7,5 @@ install:
- pip install -r requirements-ci.txt
script:
- snekchek
- - "curl https://api.beardfist.com/pythondiscord -H \"token: $AUTODEPLOY_TOKEN\""
+after_success:
+ "curl https://api.beardfist.com/pythondiscord -H \"token: $AUTODEPLOY_TOKEN\"" \ No newline at end of file