travis: fix error in script command

This commit is contained in:
Hugues Delorme 2015-09-09 17:55:13 +02:00
parent 7a126670bb
commit cc2754dbc9

View File

@ -18,7 +18,7 @@ script:
- cmake --version
- if [ "${TRAVIS_COVERALLS}" = "ON" ] && [ "${TRAVIS_OS_NAME}" = "linux" ] && [ "${CC}" = "gcc" ];
then
export PYTHONUSERBASE=`pwd`/pip
export PYTHONUSERBASE=`pwd`/pip;
pip install --user cpp-coveralls;
else
export TRAVIS_COVERALLS=OFF;