summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2018-05-07 12:16:50 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2018-05-07 12:16:50 +0300
commitffb43836e4a71718949b4971b42f402931845625 (patch)
tree43dca6bfdf67f952b308e328f3da4c8273067ce8 /.travis.yml
parent5aff3e43098f1e730afe0202c737a93e90346c9b (diff)
Remove the pseudo deb & rpm packages from releases
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 0 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml
index 5454b68c..2047a2db 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -59,10 +59,6 @@ install:
script:
- ./.ci/script.sh
-before_deploy:
- - export RELEASE_DEB_FILE=$(ls *.deb)
- - export RELEASE_RPM_FILE=$(ls *.rpm)
-
deploy:
- skip_cleanup: true
overwrite: true
@@ -72,8 +68,6 @@ deploy:
file_glob: true
file:
- nheko-x86_64.AppImage
- - $RELEASE_DEB_FILE
- - $RELEASE_RPM_FILE
on:
condition: $TRAVIS_OS_NAME == linux && $DEPLOYMENT == 1
repo: mujx/nheko