travis: use LANG=C instead of unsetting it entirely

Thanks to exarkun for the suggestion. The failing buildbots have LANG unset,
but I'm pretty sure that defaults to LANG=C, and LANG=C triggers the failures
just as well as LANG= did.
This commit is contained in:
Brian Warner 2018-03-28 16:16:52 -07:00
parent ce473bd5f4
commit 4cd8c699e2

View File

@ -35,6 +35,6 @@ matrix:
include: include:
- os: linux - os: linux
- os: linux - os: linux
env: LANG= env: LANG=C
- os: osx - os: osx
fast_finish: true fast_finish: true