From 256a34abb1d8576e4ab67a4539560b1a5085c615 Mon Sep 17 00:00:00 2001 From: Bernhard Fritz Date: Sun, 21 Jun 2020 23:29:27 +0200 Subject: [PATCH] uncomment github.sh script --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2110750..ead04ee 100644 --- a/.travis.yml +++ b/.travis.yml @@ -65,5 +65,5 @@ deploy: skip_cleanup: true target_commitish: $TRAVIS_COMMIT -# after_deploy: -# - bash github.sh +after_deploy: + - bash github.sh