aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml2
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}"