summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorPieter Ennes <pieter@ennes.nl>2018-03-19 13:36:55 +0000
committerGitHub <noreply@github.com>2018-03-19 13:36:55 +0000
commite2f40a9ec3159f9ce326623004480f64c2167b76 (patch)
tree5a6ddfdbde04d145b61a69fe43270105d072c016 /.travis.yml
parentec0e618587b0cf1cda26252fe3aae48dc69a17da (diff)
downloadoauthlib-e2f40a9ec3159f9ce326623004480f64c2167b76.tar.gz
Fix Travis config (#529)
* Fix indentation in Travis config. * Fill GitHub OAuth key. * Deploy tags from all branches.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml13
1 files changed, 8 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index 244862b..043f435 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -33,13 +33,16 @@ deploy:
user: JonathanHuot
password:
secure: "OozNM16flVLvqDoNzmoTENchhS1w0/dEJZvXBQK2KWmh8fyGj2UZus1vkl6bA5V3Yu9MZLYFpDcltl/qraY3Up6iXQpwKz4q+ICygAudYM2kJ5l8ZEe+wy2FikWbD6LkXf5uKIJJnPNSC8AI86ZyxM/XZxbYjj/+jXyJ1YFZwwQ="
- distributions: sdist bdist_wheel
- on:
- tags: true
- repo: oauthlib/oauthlib
+ distributions: sdist bdist_wheel
+ on:
+ tags: true
+ all_branches: true
+ repo: oauthlib/oauthlib
- provider: releases
- api_key: "$GITHUB_OAUTH_TOKEN"
+ api_key:
+ secure: "YwPR/xHcqKdBAo8bSfJqAj2aD8zEdVYbbeAoo+cl1OZkRnCC1WnsfXw865wC/gi/sSQUFvdHFGGdy5CY1Iv3E67W2CiJDN0X6AxQPrq50WUzk/pyUyvIBhsHKMU+FDYmRGU2cwOy8jlun9V9fzC2LkA9yyAklisePbIg0I3mhKA="
skip_cleanup: true
on:
tags: true
+ all_branches: true
repo: oauthlib/oauthlib