Skip to content

Commit 936596a

Browse files
committed
Only list one local locale file. Clean up log.
de is the file that is used in testing so list it.
1 parent 125256f commit 936596a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ before_script:
140140
# build the .mo translation files and install them into a tree
141141
# (locale/locale under roundup directory root)
142142
# suitable for use by gettext.
143-
- (cd locale; make local_install; ls -lR locale)
143+
- (cd locale; make local_install; ls -lR locale/de/LC_MESSAGES)
144144

145145
script:
146146
- PATH=$VIRTUAL_ENV/bin:$PATH

0 commit comments

Comments
 (0)