Try and fix multiline commands.

This commit is contained in:
Francois Best 2016-11-01 23:53:28 +01:00
parent afbb2f296d
commit 251cf54ba8
1 changed files with 34 additions and 34 deletions

View File

@ -40,7 +40,7 @@ addons:
install:
- |
if [ "$BUILD_UNIT_TESTS" ]; then
if [ "${BUILD_UNIT_TESTS}" ]; then
# GCov 4.6 cannot handle the file structure
export CXX="g++-4.8"
export GCOV="gcov-4.8"