travis: print value of variable TRAVIS_COVERALLS

This commit is contained in:
Hugues Delorme 2015-09-09 17:25:14 +02:00
parent 2a65d7b55b
commit 6ad22388e4

View File

@ -24,6 +24,7 @@ script:
else
export TRAVIS_COVERALLS=OFF;
fi
- echo TRAVIS_COVERALLS=$TRAVIS_COVERALLS
- mkdir build && cd build
- cmake .. -G "Unix Makefiles"
-DCMAKE_DEBUG_POSTFIX=_d