From 4adad995f2993f62358d3c8a1a11b5077bad0d4c Mon Sep 17 00:00:00 2001 From: Mitesh Shah Date: Thu, 8 May 2014 15:47:30 +0530 Subject: [PATCH] Remove env variable and used sed --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index bd350ea9..6c5fcc4d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,14 +8,12 @@ before_install: before_script: - sudo apt-get purge mysql* -env: - - BRANCH_NAME=$TRAVIS_BRANCH - 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 sed -i "s/stable/$TRAVIS_BRANCH/g" install.sh - sudo bash -x install.sh - sudo sed -i "s/htpasswduser.*/htpasswduser = easyengine/" /etc/easyengine/ee.conf