diff options
| author | Mike McQuaid | 2017-08-05 17:09:32 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2017-08-05 17:09:32 +0100 |
| commit | df0abe08b2286c1190b9152b7030248cb8966d78 (patch) | |
| tree | e5014de4e1ab7a94d83c5fcc4c0a37852db99aad /.travis.yml | |
| parent | c26c9204fa48c8d2bfa3837193eaf2a82b611fa6 (diff) | |
| download | brew-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.yml | 4 |
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: |
