Browse Source

travis: Don't install FFTW3 for CI tests

This is due to FFTW3 issue GH#130
Sam Edwards 7 years ago
parent
commit
c6554d2c25
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -62,7 +62,7 @@ before_install:
 install:
 - >
   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
     brew install ode --with-shared