Browse Source

Travis-ci export command not found

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

2
.travis.yml

@ -11,7 +11,7 @@ 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 export BRANCH_NAME=$TRAVIS_BRANCH
- sudo BRANCH_NAME=$TRAVIS_BRANCH
- sudo bash install.sh
- sudo sed -i "s/htpasswduser.*/htpasswduser = easyengine/" /etc/easyengine/ee.conf

Loading…
Cancel
Save