Skip to content

Commit

Permalink
fix broken ci jobs in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
jeking3 committed Jul 14, 2018
1 parent 37a0007 commit 0c51b5d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Expand Up @@ -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

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

Expand Down

0 comments on commit 0c51b5d

Please sign in to comment.