From b8614b59541e95b819c16fe743d67384fa0112d0 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Wed, 22 Apr 2020 12:21:13 -0500 Subject: [PATCH] .travis.yml: LANG=LC_ALL=C --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index bda25b6..4147cbd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,10 @@ os: - linux language: nix +env: +- LANG=C +- LC_ALL=C + script: - nix-env -iA cachix -f https://cachix.org/api/v1/install - cachix use yurrriq