2 Commits

Author SHA1 Message Date
Yamashita, Yuu
42f8ed2dce v1.1.3 2018-05-24 12:28:04 +00:00
Yamashita, Yuu
a75aa66490 Automate release 2018-05-24 12:27:02 +00:00
2 changed files with 7 additions and 1 deletions

View File

@@ -5,3 +5,9 @@ language: c
notifications: notifications:
email: email:
on_success: never on_success: never
deploy:
provider: releases
api_key:
secure: DsGAt0UmTSGVfsNJ6LmM+LvsV6FYmvX4FcET82XrskPiQW+N8+8JZR8WuZxfmwdJZu+dkkdoq6gYgL2xF7m4LxRG7aw3B5TtbMTrJQeW0hdtCSBwbbYyvwcp2m7ywE8lGAfZQITaGj1R6f2Cgh8cgtcrErjcF0KJsYlVlgNv+/M=
on:
tags: true

View File

@@ -9,7 +9,7 @@
# -f/--force Install even if the version appears to be installed already # -f/--force Install even if the version appears to be installed already
# #
PYENV_VIRTUALENV_VERSION="1.1.2" PYENV_VIRTUALENV_VERSION="1.1.3"
set -e set -e
[ -n "$PYENV_DEBUG" ] && set -x [ -n "$PYENV_DEBUG" ] && set -x