From e0fef72354dfe78ed4b4694eb46ccc071178c66b Mon Sep 17 00:00:00 2001 From: JKetelaar Date: Thu, 26 May 2016 18:24:24 +0200 Subject: [PATCH] [BUGFIX] Set after_script to after_deploy --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 044dd90..eaf1f75 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ before_install: script: ./.travis/maven-build.sh -after_script: ./.travis/call-creation.sh +after_deploy: ./.travis/call-creation.sh notifications: email: false