Skip to content

Commit afb4a82

Browse files
committed
Test building with LC_ALL=C
1 parent 1d54fe2 commit afb4a82

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ env:
1919
URLDIR=snapshots
2020

2121
before_install:
22+
- export LC_ALL=C # Test that this doesn't break Unicode
2223
- export PATH="/usr/lib/ccache:$PATH"
2324
- ccache -M 256M && ccache -s
2425
install:

0 commit comments

Comments
 (0)