aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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