Browse Source

Travis-ci fixed variable name

old-stable
Mitesh Shah 11 years ago
parent
commit
fd832352e5
  1. 5
      .travis.yml

5
.travis.yml

@ -4,15 +4,14 @@ before_install:
before_script:
- sudo apt-get purge mysql*
- sudo apt-get -qq purge mysql*
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"
- sudo BRANCH_NAME=$TRAVIS_BRANCH
- sudo bash install.sh
- (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

Loading…
Cancel
Save