diff options
Diffstat (limited to '.travis/test_06_script.sh')
-rwxr-xr-x | .travis/test_06_script.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis/test_06_script.sh b/.travis/test_06_script.sh index 30096eff8a..dd4633039c 100755 --- a/.travis/test_06_script.sh +++ b/.travis/test_06_script.sh @@ -4,7 +4,7 @@ # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. -export LC_ALL=C +export LC_ALL=C.UTF-8 TRAVIS_COMMIT_LOG=$(git log --format=fuller -1) export TRAVIS_COMMIT_LOG |