travis: Use Qt 5 on Ubuntu CI builds

This commit is contained in:
Lioncash 2016-06-17 09:03:30 -04:00
parent d699c457af
commit 370a1e2a00
2 changed files with 11 additions and 7 deletions

View file

@ -16,7 +16,7 @@ if [ "$TRAVIS_OS_NAME" = "linux" -o -z "$TRAVIS_OS_NAME" ]; then
export PKG_CONFIG_PATH=$HOME/.local/lib/pkgconfig:$PKG_CONFIG_PATH
mkdir build && cd build
cmake -DCITRA_FORCE_QT4=ON ..
cmake ..
make -j4
ctest -VV -C Release