aboutsummarylogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorCodist2020-10-16 11:56:23 +0800
committerCodist2020-10-16 11:56:23 +0800
commit0cc2719c4107b1e9c758be3dce35d79e55352bfa (patch)
tree7c9843713179df1ea9cf396b6d1c3c2ae040d01a /.travis.yml
parenteafd111141561d1bccfe3fcf3875f51e4b781b9d (diff)
downloadaur-0cc2719c4107b1e9c758be3dce35d79e55352bfa.tar.gz
Upgrade WeChat to 3.0.0.57
Signed-off-by: Codist <countstarlight@gmail.com>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 58db7262d324..7fd012909315 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -23,6 +23,7 @@ archlinux:
- lib32-libldap
script:
- "makepkg"
+ - "./gen.sh -m"
script:
- "curl -s https://raw.githubusercontent.com/mikkeloscar/arch-travis/master/arch-travis.sh | bash"
@@ -34,7 +35,7 @@ deploy:
api_key: $GH_TOKEN
file_glob: true
file:
- - "deepin-wine-wechat-*-x86_64.pkg.tar.xz"
+ - "deepin-wine-wechat*.pkg*"
on:
tags: true
all_branches: true