Skip to content

Commit 09e4f8e

Browse files
Update Qt to 5.9 on Travis/Linux testing
The Windows builds on Appveyor use 5.9; the macOS builds on Travis use the latest from Homebrew, which is currently 5.10. Signed-off-by: Thiago Macieira <[email protected]>
1 parent afa273c commit 09e4f8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ env:
77
addons:
88
apt:
99
sources:
10-
- sourceline: 'ppa:beineri/opt-qt563-trusty'
10+
- sourceline: 'ppa:beineri/opt-qt593-trusty'
1111
packages:
12-
- qt56base valgrind
12+
- qt59base valgrind
1313
install:
1414
- if [ "${TRAVIS_OS_NAME}" != "linux" ]; then
1515
brew update;

0 commit comments

Comments
 (0)