diff --git a/.travis.yml b/.travis.yml index c65f1ba..5f364da 100644 --- a/.travis.yml +++ b/.travis.yml @@ -48,7 +48,5 @@ deploy: target_branch: $TRAVIS_BRANCH commit_message: "%{git_commit_msg}\n\nBuilt commit %{git_sha} from %{repo}:%{git_branch}" on: - branches: - only: - - /.*/ + all_branches: true condition: $TRAVIS_PULL_REQUEST = false