Skip to content
This repository was archived by the owner on Sep 27, 2024. It is now read-only.

Commit 5739fee

Browse files
committed
Use QT5 for travis builds
1 parent 03fea36 commit 5739fee

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,13 @@ language: cpp
77
compiler:
88
- gcc
99

10+
env:
11+
- PATH="/usr/local/opt/qt:$PATH"
12+
1013
before_install:
1114
- brew update
1215
- brew install jq
13-
- brew install cartr/qt4/qt@4
16+
- brew install qt5
1417
- brew install asciidoc
1518

1619
before_script:

0 commit comments

Comments
 (0)