From 339b56eb1fb48f1e470232bde0b96852b7b22909 Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Thu, 20 Oct 2016 14:32:16 +0200 Subject: [PATCH] Try to get travis to test LC_ALL=en_US.ascii --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 856da5cd6..7a993be09 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,8 +12,9 @@ os: - linux env: - - VIA="compile" - - VIA="sdist" + - VIA=compile LC_ALL=en_US.ascii + - VIA=compile + - VIA=sdist install: - "./travis.sh"