diff --git a/.travis.yml b/.travis.yml index e3efa9b..ea6f516 100644 --- a/.travis.yml +++ b/.travis.yml @@ -41,13 +41,10 @@ jobs: name: "Make a Release" if: branch != master script: skip - before_deploy: - - make release-artifacts deploy: on: all_branches: true tags: true provider: releases api_key: "$GH_TOKEN" - file: ./.ignore/* skip_cleanup: true