added fftw for osx to travis

This commit is contained in:
Michael Ossmann
2017-01-23 21:57:24 -07:00
parent d0e1202e1f
commit b3c56f58e6

View File

@ -20,7 +20,7 @@ before_script:
before_install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install libusb; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install libusb fftw; fi
script:
- mkdir host/build