travis: Don't install FFTW3 for CI tests

This is due to FFTW3 issue GH#130
This commit is contained in:
Sam Edwards 2018-10-14 22:18:56 -06:00
parent 629ada63db
commit c6554d2c25

View File

@ -62,7 +62,7 @@ before_install:
install: install:
- > - >
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
brew install python@3 eigen libtar fftw libsquish zlib ffmpeg freetype \ brew install python@3 eigen libtar libsquish zlib ffmpeg freetype \
bullet opencv assimp libvorbis openssl || true bullet opencv assimp libvorbis openssl || true
brew install ode --with-shared brew install ode --with-shared