Merge pull request #3004 from MikeMcQuaid/travis-only-master
travis.yml: only build the master branch.
This commit is contained in:
commit
441bd37fd0
@ -4,7 +4,9 @@ cache:
|
|||||||
- $HOME/.gem/ruby
|
- $HOME/.gem/ruby
|
||||||
- $HOME/Library/Caches/Homebrew/style
|
- $HOME/Library/Caches/Homebrew/style
|
||||||
- $HOME/Library/Caches/Homebrew/tests
|
- $HOME/Library/Caches/Homebrew/tests
|
||||||
|
branches:
|
||||||
|
only:
|
||||||
|
- master
|
||||||
matrix:
|
matrix:
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
include:
|
include:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user