Skip to content

Commit

Permalink
travis: Set deploy.skip_cleanup to true.
Browse files Browse the repository at this point in the history
As described in https://docs.travis-ci.com/user/deployment/releases/

Hopefully this will get deployment to github releases working again.
Though I don't quite understand how it ever worked before without it,
nor why isn't this the default already.
  • Loading branch information
jrfonseca committed Mar 15, 2016
1 parent ae1d95a commit 65dc2ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ deploy:
secure: frTz8L+ex+foqv1fpVJX9guW/YHftxhjJ3SKwcfLmIW/NP77FVLgF8PgyLyPVbRkUOoSZpNYGQcWEpOF3bEK5HbeQScuV75TgSO2n2Ie4UqMO7+4G3bY5+Ni/SvfA/qt7krZQeNc0wCtPX+QjD4HLmSXfnie6PMZw/q5pkjN9fI=
file_glob: true
file: build/drmingw-*.zip
skip_cleanup: true
on:
repo: jrfonseca/drmingw
tags: true
Expand Down

0 comments on commit 65dc2ae

Please sign in to comment.