Try and fix multiline commands.
This commit is contained in:
parent
afbb2f296d
commit
251cf54ba8
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue