From 8b03840bdcfb4ab5611fbbc228330c11af2de1f5 Mon Sep 17 00:00:00 2001 From: Mitesh Shah Date: Thu, 8 May 2014 15:50:39 +0530 Subject: [PATCH] Fixed clone right branch on travis --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6c5fcc4d..dcc66fcd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,9 +12,9 @@ before_script: script: # Specify Git Username/Password So Installation Script Don't Prompt For Input - sudo echo -e "[user]\n\tname = Mitesh Shah\n\temail = root@localhost" > ~/.gitconfig -- sudo echo "Travis Banch = $TRAVIS_BRANCH & EasyEngine BRANCH_NAME = $BRANCH_NAME" +- sudo echo "Travis Banch = $TRAVIS_BRANCH" - sudo sed -i "s/stable/$TRAVIS_BRANCH/g" install.sh -- sudo bash -x install.sh +- sudo bash install.sh - sudo sed -i "s/htpasswduser.*/htpasswduser = easyengine/" /etc/easyengine/ee.conf - sudo sed -i "s/htpasswdpass.*/htpasswdpass = easyengine/" /etc/easyengine/ee.conf