Skip to content

Commit 9b85798

Browse files
author
gau1991
committed
Added unset LANG to travis to always test without any LANG value
1 parent 35c080e commit 9b85798

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ before_script:
2121
- sudo apt-get update
2222

2323
script:
24+
- unset LANG
2425
- sudo echo -e "[user]\n\tname = abc\n\temail = [email protected]" > ~/.gitconfig
2526
- sudo echo "Travis Banch = $TRAVIS_BRANCH"
2627
- sudo apt-get install -y --force-yes git python3-setuptools python3-dev python3-apt

0 commit comments

Comments
 (0)