From b93bf36424b93fad949ce98ca437fdc20fb25363 Mon Sep 17 00:00:00 2001 From: Bella Date: Tue, 10 Mar 2020 18:34:05 -0400 Subject: [PATCH] don't want to run if it wasn't successful --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index bc2c849c5..5c63bb338 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,5 +15,5 @@ deploy: on: repo: S-B99/kamiblue tags: true -after_install: +after_success: - "./scripts/hook.sh"