diff .travis.yml @ 6485:685778e0a122

Only list one local locale file. Clean up log. de is the file that is used in testing so list it.
author John Rouillard <rouilj@ieee.org>
date Mon, 06 Sep 2021 13:44:42 -0400
parents a268ddbee412
children 99d365eebefd
line wrap: on
line diff
--- a/.travis.yml	Mon Sep 06 13:43:42 2021 -0400
+++ b/.travis.yml	Mon Sep 06 13:44:42 2021 -0400
@@ -140,7 +140,7 @@
   # build the .mo translation files and install them into a tree
   # (locale/locale under roundup directory root) 
   # suitable for use by gettext.
-  - (cd locale; make local_install; ls -lR locale)
+  - (cd locale; make local_install; ls -lR locale/de/LC_MESSAGES)
 
 script:
   - PATH=$VIRTUAL_ENV/bin:$PATH

Roundup Issue Tracker: http://roundup-tracker.org/