From f8aa6689a9460ef9cc69c8e943d8d757eac70628 Mon Sep 17 00:00:00 2001 From: tastytea Date: Tue, 13 Mar 2018 15:24:32 +0100 Subject: [PATCH] travis: mark automatic releases as prerelease (for real this time) --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4f9c2fb..604e129 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,8 +37,7 @@ deploy: - "libmastodon-cpp_${TRAVIS_TAG}-0_amd64.deb" - "libmastodon-cpp-${TRAVIS_TAG}-0.x86_64.rpm" skip_cleanup: true - options: - - prerelease: true + prerelease: true on: tags: true condition: $CC = gcc