Skip to content

Commit

Permalink
Travis config: Use "official" way to pull homebrew package.
Browse files Browse the repository at this point in the history
  • Loading branch information
joto committed Aug 13, 2019
1 parent c61eb29 commit 6dcaf8f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,14 @@ addons_shortcuts:

#-----------------------------------------------------------------------------

addons:
homebrew:
packages:
- protobuf
update: true

#-----------------------------------------------------------------------------

matrix:
include:
- os: linux
Expand Down Expand Up @@ -201,14 +209,6 @@ matrix:

#-----------------------------------------------------------------------------

install:
- |
if [[ $(uname -s) == 'Darwin' ]]; then
brew update
brew install protobuf
true
fi
script:
- mkdir build
- cd build
Expand Down

0 comments on commit 6dcaf8f

Please sign in to comment.