travis: fix error in script command
This commit is contained in:
parent
7a126670bb
commit
cc2754dbc9
@ -18,7 +18,7 @@ script:
|
|||||||
- cmake --version
|
- cmake --version
|
||||||
- if [ "${TRAVIS_COVERALLS}" = "ON" ] && [ "${TRAVIS_OS_NAME}" = "linux" ] && [ "${CC}" = "gcc" ];
|
- if [ "${TRAVIS_COVERALLS}" = "ON" ] && [ "${TRAVIS_OS_NAME}" = "linux" ] && [ "${CC}" = "gcc" ];
|
||||||
then
|
then
|
||||||
export PYTHONUSERBASE=`pwd`/pip
|
export PYTHONUSERBASE=`pwd`/pip;
|
||||||
pip install --user cpp-coveralls;
|
pip install --user cpp-coveralls;
|
||||||
else
|
else
|
||||||
export TRAVIS_COVERALLS=OFF;
|
export TRAVIS_COVERALLS=OFF;
|
||||||
|
Loading…
Reference in New Issue
Block a user