mirror of https://github.com/nirenjan/libx52.git
Force OSX Travis builds to install libusb and gettext
parent
2ea6dcd748
commit
94a262f13a
|
@ -40,6 +40,10 @@ addons:
|
|||
- libusb
|
||||
- gettext
|
||||
|
||||
# Ensure that gettext is available on OSX
|
||||
before_script:
|
||||
- if [ "$TRAVIS_OS_NAME" = osx ]; then brew upgrade libusb gettext || brew install libusb gettext ; fi
|
||||
|
||||
# Enable parallel make
|
||||
env:
|
||||
global:
|
||||
|
|
Loading…
Reference in New Issue