Use the travis homebrew plugin to install packages

This commit is contained in:
Jef Driesen 2018-12-05 19:55:14 +01:00
parent ab522a4a52
commit 0d3d34a5c9

View File

@ -37,11 +37,10 @@ addons:
packages:
- libbluetooth-dev
- libusb-1.0-0-dev
install:
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then
brew install hidapi libusb;
fi
homebrew:
packages:
- hidapi
- libusb
script:
- case $CC in