diff options
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index e1c138a..4f15696 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,6 +31,16 @@ branches: # is pushed. This regex matches semantic versions like v1.2.3-rc4+2016.02.22 - /^\d+\.\d+\.\d+.*$/ +before_deploy: bash ci/before_deploy.sh +deploy: + provider: releases + api_key: + secure: "TODO: add key" + file: $PROJECT_NAME-$TRAVIS_TAG-$TARGET.tar.gz + skip_cleanup: true + on: + tags: true + notifications: email: on_success: never |
