Skip to content

Commit 6571cd6

Browse files
committed
Add mac dependencies
1 parent 88cf74b commit 6571cd6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ addons:
2020
- sourceline: 'ppa:maarten-fonville/protobuf'
2121
packages:
2222
- protobuf-compiler
23+
homebrew:
24+
packages:
25+
- protobuf
26+
- cmake
27+
- go
2328

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

0 commit comments

Comments
 (0)