Browse Source

Fixed travis not updating .gitconfig

bugfixes
gau1991 10 years ago
parent
commit
e71db961d1
  1. 2
      .travis.yml

2
.travis.yml

@ -23,7 +23,7 @@ before_script:
script:
- unset LANG
- sudo echo -e "[user]\n\tname = abc\n\temail = root@localhost.com" > ~/.gitconfig
- sudo bash -c 'echo -e "[user]\n\tname = abc\n\temail = root@localhost.com" > /home/travis/.gitconfig'
- sudo echo "Travis Banch = $TRAVIS_BRANCH"
- sudo apt-get install -y --force-yes git python3-setuptools python3-dev python3-apt
- sudo bash install $TRAVIS_BRANCH

Loading…
Cancel
Save