we are already in the right dir.

This commit is contained in:
Vassil Vassilev 2016-09-24 15:09:58 +02:00 committed by sftnight
parent 539218e7db
commit c4921c005d

View File

@ -234,11 +234,9 @@ before_script:
&& [ "$TRAVIS_BRANCH" == "master" ] && [ "$TRAVIS_PULL_REQUEST" == "false" ] \
&& [ "$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
git push origin master
cd -
fi
script: