|
|
@ -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 |
|
|
|