diff --git a/.travis.yml b/.travis.yml index ad9224f7..281e31b2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,7 +33,7 @@ deploy: - provider: releases api_key: $GITHUB_TOKEN file_glob: true - file: "CONTRIBUTING.md" + file: src/**/* skip_cleanup: true on: tags: true