Update test environment to Qt 5.9.2.

This commit is contained in:
Nathan Osman
2017-11-06 22:17:21 -08:00
parent f56b19513b
commit c06432caef

View File

@@ -8,12 +8,12 @@ compiler:
- gcc
install:
- sudo add-apt-repository -y ppa:beineri/opt-qt58-trusty
- sudo add-apt-repository -y ppa:beineri/opt-qt592-trusty
- sudo apt-get update -qq
- sudo apt-get install -qq cmake qt58base
- sudo apt-get install -qq cmake qt592base
before_script:
- export PATH=$PATH:/opt/qt58/bin
- export PATH=$PATH:/opt/qt592/bin
script:
- cmake -DBUILD_TESTS=on .