Skip to content

Commit

Permalink
travis - set locale to fr_FR.UTF-8 to test XSD messages... (refs #231)
Browse files Browse the repository at this point in the history
  • Loading branch information
mborne committed Jul 11, 2021
1 parent 207ebc0 commit 52c8fc7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,8 @@ jdk:
addons:
apt:
packages:
- locales
- language-pack-fr
env:
global:
- LANG=fr_FR.UTF-8
- LC_ALL=fr_FR.UTF-8

matrix:
include:
Expand Down
4 changes: 4 additions & 0 deletions travis/build-openjdk11.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ echo "-----------------------------------------------------------------------"
echo "-- Display informations"
echo "-----------------------------------------------------------------------"

# XSD validation errors
export LANG=fr_FR.UTF-8
export LC_ALL=fr_FR.UTF-8

export OGR2OGR_PATH=${OGR2OGR_PATH:-ogr2ogr}
echo "-- OGR2OGR_PATH : ${OGR2OGR_PATH}"
echo "-- GDAL_VERSION : $($OGR2OGR_PATH --version)"
Expand Down

0 comments on commit 52c8fc7

Please sign in to comment.