diff --git a/.travis.yml b/.travis.yml index a02e0b6fc..f5cb1b4ef 100644 --- a/.travis.yml +++ b/.travis.yml @@ -40,11 +40,6 @@ after_success: - chmod +x send.sh - ./send.sh success $WEBHOOK_URL - if [ $TRAVIS_BRANCH == "master" ] && [ $TRAVIS_EVENT_TYPE == "push" ]; then - wget https://raw.githubusercontent.com/Human-Connection/Discord-Bot/develop/tester.sh && - chmod +x tester.sh && - ./tester.sh alpha $WEBHOOK_URL; - fi - - if [ $TRAVIS_BRANCH == "develop" ] && [ $TRAVIS_EVENT_TYPE == "push" ]; then wget https://raw.githubusercontent.com/Human-Connection/Discord-Bot/develop/tester.sh && chmod +x tester.sh && ./tester.sh staging $WEBHOOK_URL; @@ -53,7 +48,7 @@ after_success: after_failure: - wget https://raw.githubusercontent.com/DiscordHooks/travis-ci-discord-webhook/master/send.sh - chmod +x send.sh -- ./send.sh failure $WEBHOOK_URL + - ./send.sh failure $WEBHOOK_URL deploy: - provider: script