summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 93192a6f..95142d4b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -84,3 +84,7 @@ notifications:
84 template: 84 template:
85 - "%{result} %{repository_name} %{build_url}" 85 - "%{result} %{repository_name} %{build_url}"
86 - "#%{build_number} changes: %{compare_url}" 86 - "#%{build_number} changes: %{compare_url}"
87
88# Only build pull requests and releases, don't build master on pushes,
89# except through api or cron.
90if: type IN (pull_request, api, cron) OR tag IS present