Fix "" in travis command

This commit is contained in:
Srivats P 2021-08-14 20:35:10 +05:30
parent 0d3efd70ee
commit 98f2e9fa6c

View File

@ -21,7 +21,7 @@ before_script:
clang++ -E -x c++ - -v < /dev/null; \
export CPLUS_INCLUDE_PATH=/usr/local/include; \
export LIBRARY_PATH=/usr/local/lib; \
export PATH="/usr/local/opt/qt/bin:$PATH"; \
export PATH=/usr/local/opt/qt/bin:$PATH; \
fi"
addons: