diff options
author | Julian Fleischer <tirednesscankill@warhog.net> | 2018-08-07 11:50:05 +0200 |
---|---|---|
committer | Julian Fleischer <tirednesscankill@warhog.net> | 2018-08-27 12:23:25 +0200 |
commit | 414326952cd6086ebc491413e8cf58a60ad857a4 (patch) | |
tree | b6a5d7c3554d92572512a0067dfa81c556b02f20 /.travis.yml | |
parent | 728c82d029fc477ff3cb2681730ed57809cdc981 (diff) |
use export LC_ALL=C.UTF-8
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 102fa9202c..7e353ad86f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,7 +18,6 @@ env: - RUN_FUNCTIONAL_TESTS=true - RUN_BENCH=false # Set to true for any one job that has debug enabled, to quickly check bench is not crashing or hitting assertions - DOCKER_NAME_TAG=ubuntu:18.04 - - LC_ALL=C.UTF-8 - BOOST_TEST_RANDOM=1$TRAVIS_BUILD_ID - CCACHE_SIZE=100M - CCACHE_TEMPDIR=/tmp/.ccache-temp |