diff options
author | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2018-02-26 09:45:49 +0900 |
---|---|---|
committer | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2018-02-26 09:45:49 +0900 |
commit | 06cc6a80a44a510db1e11ebe8795c8e13a0156e2 (patch) | |
tree | 026befd82d31cda5c930602b8f6c47b42de6239e | |
parent | e18be10126ad06d217d855fe1bab9383aa508894 (diff) | |
download | libquotient-06cc6a80a44a510db1e11ebe8795c8e13a0156e2.tar.gz libquotient-06cc6a80a44a510db1e11ebe8795c8e13a0156e2.zip |
Fix (not working for quite a long time) CI on OSX
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index cf1b1397..14de125e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,7 +18,7 @@ matrix: - os: linux compiler: clang - os: osx - env: [ ENV_EVAL="brew update && brew install qt5 && PATH=/usr/local/opt/qt/bin" ] + env: [ ENV_EVAL="brew update && brew install qt5 && PATH=/usr/local/opt/qt/bin:$PATH" ] before_install: - eval "${ENV_EVAL}" |