aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 6c4bd3e..91e120a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,6 +4,18 @@ notifications:
channels: "anathema.us.nu#anathema"
use_notice: true
skip_join: true
+env:
+ global:
+ - secure: "LeuOo7WkygCR9BDkBv8ttWqSvL0TcEVnEYArBHmkBRZijOvI3EqyFeJMVPKCHt5JWXUmuaUnbNdK8FzYGGoMDGp6XP9NrHpVKCfN+ok9uRf2HftBjzH5SgMSP0H/dkDo24hBtFjlK/MXB7iDqiig0D80iEsvTP/5kjiWXv39Niw="
+addons:
+ coverity_scan:
+ project:
+ name: "pjanouch/sensei-raw-ctl"
+ description: "SteelSeries Sensei Raw control utility"
+ notification_email: p.janouch@gmail.com
+ build_command_prepend: "cmake .. -DCMAKE_BUILD_TYPE=Release"
+ build_command: "make"
+ branch_pattern: coverity_scan
compiler:
- clang
- gcc