From 1c5fab43b6ee945b85d162d02a1f3ddacb5caace Mon Sep 17 00:00:00 2001 From: Ana Hobden Date: Thu, 14 Feb 2019 14:09:13 -0800 Subject: [PATCH] Add mac dependencies Signed-off-by: Ana Hobden --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index 3911c364..e78fb360 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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