Commit fbbdad903a92838bb303ae329826ae0e54c52aac

Authored by David Gräff
1 parent dfa7f89c

Travis: Another fix for the osx build

Showing 1 changed file with 2 additions and 2 deletions
.travis.yml
... ... @@ -44,7 +44,7 @@ matrix:
44 44 env: CMAKE_CXX_COMPILER=clang++-3.6
45 45 os: linux
46 46 - compiler: clang
47   - env: CMAKE_CXX_COMPILER=/usr/bin/clang++
  47 + env: CMAKE_CXX_COMPILER=/usr/bin/clang++ CMAKE_PREFIX_PATH=$(brew --prefix qt5)
48 48 os: osx
49 49  
50 50 before_install:
... ... @@ -53,7 +53,7 @@ before_install:
53 53 before_script:
54 54 - mkdir build
55 55 - cd build
56   - - cmake -DCMAKE_CXX_COMPILER=$CMAKE_CXX_COMPILER ../
  56 + - cmake -DCMAKE_CXX_COMPILER=$CMAKE_CXX_COMPILER -DCMAKE_PREFIX_PATH=$CMAKE_PREFIX_PATH ../
57 57  
58 58 script:
59 59 - make
... ...