Skip to content

Commit e566235

Browse files
Brown paper bag: forgot to change the PATH to Qt
Signed-off-by: Thiago Macieira <[email protected]>
1 parent 09e4f8e commit e566235

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ os:
33
- linux
44
- osx
55
env:
6-
- CFLAGS="-O0 -g" QMAKEFLAGS="-config debug" PATH=/opt/qt56/bin:/usr/local/opt/qt5/bin:$PATH
6+
- CFLAGS="-O0 -g" QMAKEFLAGS="-config debug" PATH=/opt/qt59/bin:/usr/local/opt/qt5/bin:$PATH
77
addons:
88
apt:
99
sources:

0 commit comments

Comments
 (0)