summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorPavlos Emm. Katsoulakis <paul@netdata.rocks>2019-08-31 22:14:56 +0300
committerPavlos Emm. Katsoulakis <paul@netdata.rocks>2019-08-31 22:14:56 +0300
commitb9adf8004731c7de598a7bf186e8b72cbcbfa2c9 (patch)
tree9c066354e7da57ea4a9a703303a223675e20907b /.travis.yml
parentfd9eb73ccc705846eeaf816c590187077a9b7450 (diff)
netdata/packaging: Update depedency preparation for newly introduced coverity scanning
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index ae9b7eee70..257139633c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -531,8 +531,10 @@ jobs:
- stage: Nightly operations
name: Run coverity scan
- # Just notify people that Nightly ops triggered, use the first step as a hook to do that
- before_script: post_message "TRAVIS_MESSAGE" "Starting nightly operations" "${NOTIF_CHANNEL}"
+ 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) netdata
+ - apt-get install -y libjson-c-dev
script: ./coverity-install.sh && ./coverity-scan.sh
after_failure: post_message "TRAVIS_MESSAGE" "<!here> Coverity nightly run has failed" "${NOTIF_CHANNEL}"
env: