Try to get travis to test LC_ALL=en_US.ascii

This commit is contained in:
Matthew Honnibal 2016-10-20 14:32:16 +02:00
parent 213027a1a1
commit 339b56eb1f
1 changed files with 3 additions and 2 deletions

View File

@ -12,8 +12,9 @@ os:
- linux - linux
env: env:
- VIA="compile" - VIA=compile LC_ALL=en_US.ascii
- VIA="sdist" - VIA=compile
- VIA=sdist
install: install:
- "./travis.sh" - "./travis.sh"