Add LC_ALL to .travis.yml to stop the newer travis vm images from complaining about locale

Signed-off-by: Jesse Vincent <jesse@keyboard.io>
pull/912/head
Jesse Vincent 4 years ago
parent dc51b0f63a
commit 19db624875
No known key found for this signature in database
GPG Key ID: CC228463465E40BC

@ -8,6 +8,9 @@ addons:
packages:
- shellcheck
- cmake
env:
global:
- LC_ALL: C
install:
- git clone --depth 1 --recurse-submodules https://github.com/keyboardio/Kaleidoscope-Bundle-Keyboardio ../hardware/keyboardio
## We delete the Bundle's version of Kaleidoscope, and symlink ourselves in.

Loading…
Cancel
Save