mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-18 17:00:24 +00:00
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:
parent
ce473bd5f4
commit
4cd8c699e2
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user