diff --git a/.travis.yml b/.travis.yml index 4a4ddd2c..cfbaffe4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,9 +27,6 @@ install: - npm prune script: - npm run dist:$([ "$TRAVIS_OS_NAME" == "linux" ] && echo "linux" || echo "mac") -branches: - only: - - master deploy: provider: releases api_key: @@ -41,3 +38,4 @@ deploy: overwrite: true on: tags: true + all_branches: true