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