diff options
author | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2018-02-26 09:53:46 +0900 |
---|---|---|
committer | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2018-02-26 09:53:46 +0900 |
commit | 4bb5f23d1b70136769a8df76907acb75aa824af9 (patch) | |
tree | 40538d76d23ee01cd747ae80a252f89a66c968b2 | |
parent | 06cc6a80a44a510db1e11ebe8795c8e13a0156e2 (diff) | |
download | libquotient-4bb5f23d1b70136769a8df76907acb75aa824af9.tar.gz libquotient-4bb5f23d1b70136769a8df76907acb75aa824af9.zip |
Fix on the previous fix (sorry for the mess)
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 14de125e..ff255ac1 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:$PATH" ] + env: [ 'ENV_EVAL="brew update && brew install qt5 && PATH=/usr/local/opt/qt/bin:$PATH"' ] before_install: - eval "${ENV_EVAL}" |