diff options
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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\"" |