From 0531e07363d8a9f02b27a733324afa4a5937843d Mon Sep 17 00:00:00 2001 From: JoeBanks13 Date: Sat, 3 Feb 2018 15:53:44 +0000 Subject: Auto-deploy only works if snekchek does not error. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index e13a3334..84d62c91 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,5 +6,5 @@ install: - pip install -r requirements.txt - pip install -r requirements-ci.txt script: - - "curl https://api.beardfist.com/pythondiscord -H \"token: $AUTODEPLOY_TOKEN\"" - snekchek + - "curl https://api.beardfist.com/pythondiscord -H \"token: $AUTODEPLOY_TOKEN\"" -- cgit v1.2.3