Skip to content

Commit

Permalink
Add mac dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoverbear committed Feb 14, 2019
1 parent 88cf74b commit 6571cd6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ addons:
- sourceline: 'ppa:maarten-fonville/protobuf'
packages:
- protobuf-compiler
homebrew:
packages:
- protobuf
- cmake
- go

install:
- if [[ $TRAVIS_RUST_VERSION == "stable" && $TRAVIS_OS_NAME == "linux" ]]; then rustup component add rustfmt; fi
Expand Down

0 comments on commit 6571cd6

Please sign in to comment.