From 539218e7dbc586cacbfc7ea4e489ac342252725a Mon Sep 17 00:00:00 2001 From: Vassil Vassilev Date: Fri, 23 Sep 2016 17:15:51 +0200 Subject: [PATCH] Fix typo, add comment. --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 66883ffd..6971894d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -232,7 +232,8 @@ before_script: # If we are running our nightly cron job, sync. if [ -n $NIGHTLY_CRON_SYNC ] && [ "$TRAVIS_EVENT_TYPE" = "cron" ] \ && [ "$TRAVIS_BRANCH" == "master" ] && [ "$TRAVIS_PULL_REQUEST" == "false" ] \ - && ["$TRAVIS_REPO_SLUG" == "vgvassilev/cling"] ; then + && [ "$TRAVIS_REPO_SLUG" == "vgvassilev/cling" ] ; then + echo "Syncing repository." cd vgvassilev/cling git remote add alt https://root.cern.ch/git/cling.git git pull alt master