Update travis_install.sh (#72)

add osx cmake dependency
This commit is contained in:
redPanther 2016-06-29 11:18:41 +02:00 committed by brindosch
parent 4fb4121da5
commit e5332c44de
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ if [[ $TRAVIS_OS_NAME == 'osx' ]]; then
brew update
brew install qt5
brew install libusb
brew install cmake
fi
# install linux deps for hyperion compile