From 270f33f67998ffaac6afdae25fe06be2ee744d6e Mon Sep 17 00:00:00 2001 From: "James E. King III" Date: Sat, 14 Jul 2018 20:48:03 +0000 Subject: [PATCH] fix broken ci jobs in travis --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 805f1ef..e872b7c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -131,7 +131,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 @@ -153,7 +153,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