Skip to content
Snippets Groups Projects
Commit 8873d2d6 authored by Daniel Agar's avatar Daniel Agar
Browse files

travis-ci coverity build install python-toml python-numpy

parent 1a4f4b08
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,7 @@ before_install:
# install dependencies for the coverity build (target and branch), otherwise exit early
- if [[ "${TRAVIS_BRANCH}" = "coverity_scan" ]]; then
if [[ "${BUILD_TARGET}" = "coverity_scan" ]]; then
sudo apt-get install python-empy python-jinja2;
sudo apt-get install python-empy python-jinja2 python-toml python-numpy;
echo -n | openssl s_client -connect scan.coverity.com:443 | sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' | sudo tee -a /etc/ssl/certs/ca-;
else
exit 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment