diff options
author | John Fultz <jfultz@wolfram.com> | 2019-07-20 08:51:06 -0700 |
---|---|---|
committer | John Fultz <jfultz@wolfram.com> | 2019-07-20 08:51:06 -0700 |
commit | 7623584333fbcccb3704f2ec00c78e89cc2999a5 (patch) | |
tree | 47330de8dd2fa3264d17a5a0f21fc74197f06a08 /.travis.yml | |
parent | b55d54480976b27766665511e4698af4a4b175e9 (diff) |
See if this fixes Travis-CI HomeBrew path issues.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index b2ef000..bb92ed0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,7 @@ addons: - qt before_install: - - if [ $TRAVIS_OS_NAME = osx ]; then export PATH="/usr/local/opt/qt/bin:$PATH"; fi + - if [ $TRAVIS_OS_NAME = osx ]; then export PATH="/usr/local/opt/qt5/bin:$PATH"; fi install: - export QT_SELECT=5 |