summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorPavlos Emm. Katsoulakis <paul@netdata.rocks>2019-09-01 11:49:02 +0300
committerPavlos Emm. Katsoulakis <paul@netdata.rocks>2019-09-01 11:49:02 +0300
commit7919f87b40b25572aba6e8d2dd7d20a87d34b9a2 (patch)
treefe201efaf9e759ffac632ab2fedc725316a5cc6b /.travis.yml
parentf7fb95c9f103abb1561a7a574ca6f0c265cc6a59 (diff)
netdata/ci: [ci skip] add protobuf compiler
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 04a007046a..00c525f84e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -534,7 +534,7 @@ jobs:
before_script:
- post_message "TRAVIS_MESSAGE" "Starting nightly operations" "${NOTIF_CHANNEL}"
- bash <(curl -sS https://raw.githubusercontent.com/netdata/netdata-demo-site/master/install-required-packages.sh) --dont-wait --non-interactive netdata
- - sudo apt-get install -y libjson-c-dev libipmimonitoring-dev libcups2-dev libsnappy-dev libprotobuf-dev libprotoc-dev libssl-dev
+ - sudo apt-get install -y libjson-c-dev libipmimonitoring-dev libcups2-dev libsnappy-dev libprotobuf-dev libprotoc-dev libssl-dev protobuf-compiler
script: ./coverity-install.sh && ./coverity-scan.sh
after_failure: post_message "TRAVIS_MESSAGE" "<!here> Coverity nightly run has failed" "${NOTIF_CHANNEL}"
env: