From b0e71687662b2bfd213da6dc67ebcc7a5357f80a Mon Sep 17 00:00:00 2001 From: Magus Date: Wed, 7 Aug 2019 13:50:05 +0700 Subject: [PATCH] ship translation as .dat, same as UPU --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c3790094cf..5744d479c1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,7 +31,9 @@ deploy: provider: releases api_key: $GITHUB_TOKEN file_glob: true - file: rpu*.zip + file: + - rpu*.zip + - rpu*.dat skip_cleanup: true on: tags: true