From b75a35967968ff4cc41ec38188fbd45578566bcb Mon Sep 17 00:00:00 2001 From: Angelos Chalaris Date: Sat, 30 Dec 2017 15:19:43 +0200 Subject: [PATCH] Travis testing --- .travis/push.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis/push.sh b/.travis/push.sh index e9fe39ab3..b1f7bd6a5 100755 --- a/.travis/push.sh +++ b/.travis/push.sh @@ -4,6 +4,7 @@ setup_git() { } commit_website_files() { + echo "$TRAVIS_EVENT_TYPE $TRAVIS_BRANCH" if [[ $(( $TRAVIS_EVENT_TYPE )) != 'pull_request' ]]; then if [[ $(( $TRAVIS_BRANCH )) == 'master' ]]; then echo "Commiting to master branch..."