All: What the heck, vim. Fix Qt5 path for travis

This commit is contained in:
Jeffrey Pfau 2015-12-15 22:57:29 -08:00
parent 7ef6c2c38d
commit 8724094076
1 changed files with 1 additions and 4 deletions

View File

@ -2,9 +2,6 @@ os:
- linux - linux
- osx - osx
env:
- CMAKE_PREFIX_PATH=/usr/local/opt/qt4
language: c language: c
compiler: compiler:
- gcc - gcc
@ -16,4 +13,4 @@ dist: trusty
before_install: before_install:
- ./.travis-deps.sh - ./.travis-deps.sh
script: mkdir build && cd build && cmake .. && make script: mkdir build && cd build && cmake -DCMAKE_PREFIX_PATH=/usr/local/opt/qt5 .. && make