Skip to content

Commit

Permalink
Don't stash the build artefacts
Browse files Browse the repository at this point in the history
Travis changed the behaviour here so that before running the deploy it
will stash all changes. In this case that means the build artefacts.
  • Loading branch information
garethr committed Sep 16, 2017
1 parent 2fcbe11 commit d5f4bc8
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 @@ -11,6 +11,7 @@ jobs:
- stage: deploy
- script: make build
deploy:
skip_cleanup: true
provider: releases
api_key:
secure: oHlh/sYGqn7coTzlRAm5Qnxb8fCbpd0VV3jDhbVZgNw2a0gNDLZ5UqI8POirLEsG/ezfiZyA6Q3xglLcIejsmfupDZ12aUyWNlqzjrJt8G0tDqWEF5X27OiGk5bKJZ0i9llSq8Unj8TRxRO90Uyxd4pjj+vXiH9N0rVO5x79bHA4d49CdP7BefABBuj3TW0cQ5odn/JMZD/XPZIqZ9T46k86IszQIkio0krCAMStnAyB/xFg+aPH8RB3sdi1jFqO95AZpPGvmnZCVVpXeJ7TFCnakL3s4Gk3JdlYVLz5lnZIqVswFXNoBgAXWATO62mtiobpG/qBZVGc12b5wwckR5sXsc7BW8DbtEpvKX7xA8HyvvMtrnR52KwzukmRK5QH8BxoKPOXRlpSzI7SOWhZWy+tWTAnQiZr054p1I+A/S8YafwJBEbTPx3PVeEk/lC4jsPJ3TOGw6TSkflT90FcvgNhR5AG0TrwT3DJ1JpVoO0jJmsU/QyjvgpxuAlLNbikx3edhdiOYnjpHYUtpMxu5VSy14C4sJQtTg7Q1oLZgsg6GJuk1VfWvY2z7gUfyL+OEq64oi89y9b9YX7dc7qIjgZQfX57KDDeyEKqJN3Gyu9QhCC9N7D/LZivSZqthkIdIle0SGArMAJlUPBqZp6zgMaea6E8pl24qLEDRDfQAl4=
Expand Down

0 comments on commit d5f4bc8

Please sign in to comment.