From 191eda2fc01498f70402b0f403e56dd25c4734af Mon Sep 17 00:00:00 2001 From: Ihar Hubchyk Date: Fri, 4 Oct 2019 17:55:28 +0800 Subject: [PATCH] Set development deployments as pre-release --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 964495f6ffb..74976b7f34d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,6 +29,7 @@ matrix: skip_cleanup: true name: Linux build with SDL 1 support (latest commit) body: $TRAVIS_COMMIT_MESSAGE + prerelease: true overwrite: true on: branch: release_deletion @@ -51,6 +52,7 @@ matrix: skip_cleanup: true name: Linux build with SDL 2 support (latest commit) body: $TRAVIS_COMMIT_MESSAGE + prerelease: true overwrite: true on: branch: release_deletion @@ -73,6 +75,7 @@ matrix: skip_cleanup: true name: MacOS build with SDL 1 support (latest commit) body: $TRAVIS_COMMIT_MESSAGE + prerelease: true overwrite: true on: branch: release_deletion @@ -96,6 +99,7 @@ matrix: skip_cleanup: true name: MacOS build with SDL 2 support (latest commit) body: $TRAVIS_COMMIT_MESSAGE + prerelease: true overwrite: true on: branch: release_deletion