fix broken ci jobs in travis

This commit is contained in:
James E. King III
2018-07-14 20:49:39 +00:00
parent 5d622865d3
commit bffcf0c4db

View File

@ -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