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

Commit 989a5c1

Browse files
committed
Add QTBIN dir to PATH
1 parent 398d983 commit 989a5c1

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
@@ -8,7 +8,7 @@ compiler:
88
- gcc
99

1010
env:
11-
- PATH="/usr/local/opt/qt:$PATH"
11+
- PATH="/usr/local/opt/qt:/usr/local/opt/qt/bin:$PATH"
1212

1313
before_install:
1414
- brew update

0 commit comments

Comments
 (0)