Browse Source
Merge pull request #1041 from pyenv/automate-release
Create releases on GitHub automatically from tags (fixes #1038)
pull/1051/head
Yamashita, Yuu
8 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
7 additions and
0 deletions
-
.travis.yml
|
|
@ -8,3 +8,10 @@ env: |
|
|
notifications: |
|
|
notifications: |
|
|
email: |
|
|
email: |
|
|
on_success: never |
|
|
on_success: never |
|
|
|
|
|
deploy: |
|
|
|
|
|
provider: releases |
|
|
|
|
|
api_key: |
|
|
|
|
|
secure: FLWevL09KYp7V1SjJUNEdWzuomuocXwNvPr1DSAFH7mmrjKTtjzwrjINAthSqzjlDrs5B//P47l1VLyHp5byEzy673W+bOmEg8swmqc7E9FrHLRyEByd/yca3DzkZgXEXgGdY/cl7tHhM4V2fYKEgAIWbFV+takmTFMK4WkEtNg= |
|
|
|
|
|
on: |
|
|
|
|
|
repo: pyenv/pyenv |
|
|
|
|
|
tags: true |