From 1da05550d510f9c1b07054b8f21a99c096a7724f Mon Sep 17 00:00:00 2001 From: Ramiro Saenz Date: Thu, 8 Sep 2016 21:42:43 -0300 Subject: [PATCH] Added RPM artifact --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index ef8572c5..ff89e01e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -56,6 +56,7 @@ deploy: - "dist/*.deb" - "dist/*.tar.gz" - "dist/*.AppImage" + - "dist/*.rpm" - "dist/mac/*.zip" - "dist/mac/*.dmg" skip_cleanup: true