From 9b85798c8e5d2cff48cdf8d3b4675d6051097cf4 Mon Sep 17 00:00:00 2001 From: gau1991 Date: Fri, 20 Feb 2015 16:19:14 +0530 Subject: [PATCH] Added unset LANG to travis to always test without any LANG value --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 1ed05379..2c09927d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,6 +21,7 @@ before_script: - sudo apt-get update script: + - unset LANG - sudo echo -e "[user]\n\tname = abc\n\temail = root@localhost.com" > ~/.gitconfig - sudo echo "Travis Banch = $TRAVIS_BRANCH" - sudo apt-get install -y --force-yes git python3-setuptools python3-dev python3-apt