aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKitsune Ral <Kitsune-Ral@users.sf.net>2018-02-26 09:45:49 +0900
committerKitsune Ral <Kitsune-Ral@users.sf.net>2018-02-26 09:45:49 +0900
commit06cc6a80a44a510db1e11ebe8795c8e13a0156e2 (patch)
tree026befd82d31cda5c930602b8f6c47b42de6239e
parente18be10126ad06d217d855fe1bab9383aa508894 (diff)
downloadlibquotient-06cc6a80a44a510db1e11ebe8795c8e13a0156e2.tar.gz
libquotient-06cc6a80a44a510db1e11ebe8795c8e13a0156e2.zip
Fix (not working for quite a long time) CI on OSX
-rw-r--r--.travis.yml2
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}"