summary refs log tree commit diff
path: root/.travis.yml
diff options
context:
space:
mode:
authorredsky17 <rubberduckie3554@gmail.com>2019-01-30 19:55:19 -0500
committerredsky17 <rubberduckie3554@gmail.com>2019-01-30 19:55:19 -0500
commit5197023ad719d31b0d0e2fc461421e55f6660729 (patch)
treee5d0bd1a7dae42464bff791ea6b4bb3b19e2ac33 /.travis.yml
parentAttempt to make bintray builds for every commit (diff)
downloadnheko-5197023ad719d31b0d0e2fc461421e55f6660729.tar.xz
Fix bintray deploy repo naming
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml7
1 files changed, 4 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 1aeeadd3..39fe0e20 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -87,8 +87,9 @@ deploy:
       file: "bintray-release.json"
       on:
           condition: $DEPLOYMENT == 1
-          repo: nheko-reborn/nheko
+          repo: Nheko-Reborn/nheko
           tags: false
+          all_branches: true
           deploy:
     - skip_cleanup: true
       overwrite: true
@@ -100,7 +101,7 @@ deploy:
           - nheko-${TRAVIS_TAG}-x86_64.AppImage
       on:
           condition: $TRAVIS_OS_NAME == linux && $DEPLOYMENT == 1
-          repo: redsky17/nheko
+          repo: Nheko-Reborn/nheko
           tags: true
     - skip_cleanup: true
       overwrite: true
@@ -110,5 +111,5 @@ deploy:
       file: nheko-${TRAVIS_TAG}.dmg
       on:
           condition: $TRAVIS_OS_NAME == osx && $DEPLOYMENT == 1
-          repo: redsky17/nheko
+          repo: Nheko-Reborn/nheko
           tags: true