travis: mark automatic releases as prerelease

This commit is contained in:
tastytea 2018-03-13 15:14:06 +01:00
parent 87be978760
commit 7dfdef4bfb
Signed by: tastytea
GPG Key ID: 59346E0EA35C67E5
1 changed files with 2 additions and 0 deletions

View File

@ -37,6 +37,8 @@ deploy:
- "libmastodon-cpp_${TRAVIS_TAG}-0_amd64.deb"
- "libmastodon-cpp-${TRAVIS_TAG}-0.x86_64.rpm"
skip_cleanup: true
options:
- prerelease: true
on:
tags: true
condition: $CC = gcc