Set travis to Qt5.8

This commit is contained in:
Konstantinos Sideris 2017-04-27 01:40:26 +03:00
parent e3d2db8d67
commit 78677e6adf
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ install:
- if [ $TRAVIS_OS_NAME == osx ]; then export CMAKE_PREFIX_PATH=/usr/local/opt/qt5; fi
- if [ $TRAVIS_OS_NAME == linux ]; then ./.ci/linux.sh ; fi
before_script:
- if [ $TRAVIS_OS_NAME == linux ]; then source /opt/qt56/bin/qt56-env.sh; fi
- if [ $TRAVIS_OS_NAME == linux ]; then source /opt/qt58/bin/qt58-env.sh; fi
- cmake -H. -Bbuild -DCMAKE_BUILD_TYPE=Release
script:
- make -C build -j2