diff options
author | Reuben Thomas <rrt@sc3d.org> | 2020-01-22 12:20:27 +0000 |
---|---|---|
committer | Reuben Thomas <rrt@sc3d.org> | 2020-01-22 12:20:27 +0000 |
commit | 74ffd2b15233f8a35d4ed36754b5a088169ed640 (patch) | |
tree | e646755aa59be251ef666032fc4adb30822719a7 /.travis.yml | |
parent | 408946c2ce9601bc29d2cf3c50ada00cd5bb72a0 (diff) | |
download | enchant-74ffd2b15233f8a35d4ed36754b5a088169ed640.tar.gz |
Travis: also test with LANG=fr_FR.UTF-8
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 80b4de8..5664508 100644 --- a/.travis.yml +++ b/.travis.yml @@ -40,3 +40,4 @@ script: - ./configure --enable-relocatable --with-zemberek=check "${CONFIGURE_ARGS[@]}" - make - make distcheck + - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo locale-gen fr_FR.UTF-8; env LANG=fr_FR.UTF-8 make check ; fi |