summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 9c6c8eb..bac4cb1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,6 +4,10 @@ os:
- linux
- osx
+env:
+ global:
+ - secure: "C87Pgf5AVDoyQfm9MIv81g"
+
compiler:
- gcc
- clang
@@ -18,9 +22,18 @@ addons:
- libncurses5-dev
- libnl-3-dev
- libnl-route-3-dev
+ coverity_scan:
+ project:
+ name: "tgraf/bmon"
+ description: "bandwidth monitor"
+ notification_email: tgraf@suug.ch
+ build_command_prepend: "./autogen.sh && ./configure"
+ build_command: "make -j2"
+ branch_pattern: coverity_scan
install:
+ - if [ "$TRAVIS_BRANCH" = "coverity_scan" ] && ! [ "$TRAVIS_OS_NAME" = "linux" -a "$CC" = "gcc" ]; then exit ; fi
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew update > /dev/null && brew install confuse ; fi
script: