diff --git a/.travis.yml b/.travis.yml index d7365d69..43437d7a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,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 bash install.sh BRANCH_NAME=$TRAVIS_BRANCH +- sudo echo "Travis Banch = $TRAVIS_BRANCH" +- sudo export BRANCH_NAME=$TRAVIS_BRANCH +- 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