diff options
author | redsky17 <joedonofry@gmail.com> | 2019-01-31 03:38:08 +0000 |
---|---|---|
committer | redsky17 <joedonofry@gmail.com> | 2019-01-31 03:38:08 +0000 |
commit | 11d8cdb1ece3301d2efe8438780056bce2b7b48b (patch) | |
tree | a156a358f502cce349fb01fc7b72414d37da82ba | |
parent | Attempt to fix travis.yml merge issues (diff) | |
download | nheko-11d8cdb1ece3301d2efe8438780056bce2b7b48b.tar.xz |
BinTray deploy on all commits
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index f157a951..4fba1558 100644 --- a/.travis.yml +++ b/.travis.yml @@ -84,7 +84,7 @@ deploy: on: condition: "$DEPLOYMENT == 1" repo: Nheko-Reborn/nheko - tags: true + tags: false all_branches: true deploy: - skip_cleanup: true |