diff --git a/.travis.yml b/.travis.yml index 173a768..9915256 100644 --- a/.travis.yml +++ b/.travis.yml @@ -133,7 +133,7 @@ jobs: sources: - ubuntu-toolchain-r-test script: - - pushd /tmp && git clone https://github.com/linux-test-project/lcov.git && cd lcov && sudo make install && which lcov && lcov --version && popd + - pushd /tmp && git clone https://github.com/linux-test-project/lcov.git && export PATH=/tmp/lcov/bin:$PATH && which lcov && lcov --version && popd - cd $BOOST_ROOT/libs/$SELF - ci/travis/codecov.sh @@ -155,7 +155,6 @@ jobs: - COMMENT="Coverity Scan" - TOOLSET=gcc script: - - echo -n | openssl s_client -connect scan.coverity.com:443 | sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' | sudo tee -a /etc/ssl/certs/ca- - cd $BOOST_ROOT/libs/$SELF - ci/travis/coverity.sh