From 83aa9647ca68492a1ac5a5ea69410ce9ae4c4f76 Mon Sep 17 00:00:00 2001 From: Black Hat Date: Wed, 5 Sep 2018 18:17:28 +0800 Subject: [PATCH] Change to bintray --- .travis.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 31ce5ce..83f92c8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,9 @@ script: - tar czvf matrique.tar.gz ${DEPLOY_DIR} deploy: - provider: releases - api_key: "${GITHUB_OAUTH_TOKEN}" - file: matrique.tar.gz - skip_cleanup: true \ No newline at end of file + - provider: bintray + file: .ci/bintray-release.json + user: $BINTRAY_USER + key: + secure: $BINTRAY_TOKEN + skip_cleanup: true