We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c63fcda commit e71db96Copy full SHA for e71db96
.travis.yml
@@ -23,7 +23,7 @@ before_script:
23
24
script:
25
- unset LANG
26
- - sudo echo -e "[user]\n\tname = abc\n\temail = [email protected]" > ~/.gitconfig
+ - sudo bash -c 'echo -e "[user]\n\tname = abc\n\temail = [email protected]" > /home/travis/.gitconfig'
27
- sudo echo "Travis Banch = $TRAVIS_BRANCH"
28
- sudo apt-get install -y --force-yes git python3-setuptools python3-dev python3-apt
29
- sudo bash install $TRAVIS_BRANCH
0 commit comments