Skip to content

Commit

Permalink
Set development deployments as pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
Ihar Hubchyk committed Oct 4, 2019
1 parent d994b24 commit 191eda2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 191eda2

Please sign in to comment.