diff options
author | Joe <rubberduckie3554@gmail.com> | 2019-01-16 20:35:23 -0500 |
---|---|---|
committer | Joe <rubberduckie3554@gmail.com> | 2019-01-16 20:35:23 -0500 |
commit | 600ec27857a06f1c7ed27c91e25e2fb7018ba175 (patch) | |
tree | 2c57b69dc4c1964aa9a234c2e230b560df607ea6 /.travis.yml | |
parent | Update travis.yml to include webhook for posting build (diff) | |
parent | Fix clang-format linting issue (diff) | |
download | nheko-600ec27857a06f1c7ed27c91e25e2fb7018ba175.tar.xz |
Merge branch 'master' of https://github.com/redsky17/nheko
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index d44b9c47..66b0f416 100644 --- a/.travis.yml +++ b/.travis.yml @@ -87,7 +87,7 @@ deploy: file: "bintray-release.json" on: condition: $DEPLOYMENT == 1 - repo: redsky17/nheko + repo: nheko-reborn/nheko tags: true deploy: - skip_cleanup: true |