aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorMike McQuaid2017-08-05 17:09:32 +0100
committerMike McQuaid2017-08-05 17:09:32 +0100
commitdf0abe08b2286c1190b9152b7030248cb8966d78 (patch)
treee5014de4e1ab7a94d83c5fcc4c0a37852db99aad /.travis.yml
parentc26c9204fa48c8d2bfa3837193eaf2a82b611fa6 (diff)
downloadbrew-df0abe08b2286c1190b9152b7030248cb8966d78.tar.bz2
travis.yml: only build the master branch.
This avoid two weird things: - scary messages when building tags fails - two builds being run instead of one when people create a PR and a branch on the Homebrew/brew repo (rather than their fork).
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 48e13983b..9cdebda83 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,7 +4,9 @@ cache:
- $HOME/.gem/ruby
- $HOME/Library/Caches/Homebrew/style
- $HOME/Library/Caches/Homebrew/tests
-
+branches:
+ only:
+ - master
matrix:
fast_finish: true
include: