try adding coverity scan

This commit is contained in:
Enno Rehling 2015-10-22 20:55:19 +02:00
parent f2b0ba1ec6
commit 8ee83fd500
1 changed files with 22 additions and 8 deletions

View File

@ -1,8 +1,8 @@
sudo: false
language: c
compiler:
- gcc
- clang
- gcc
- clang
script: s/travis-build
addons:
apt:
@ -13,7 +13,21 @@ addons:
- libxml2-dev
- valgrind
os:
- linux
- linux
notifications:
slack:
secure: F89aXLWaE125PaJIlETv12jT4EfH6wLXJmGCPZzrN3OcLn2ahDWqjwuzR7lOEDf2nAISmeMPyDZMhEHXLNHAE5qP6lg9yliYQw5hzGmDK9m1xUq/pPEne/b2Y7K3my1mkRZ6n3asbHgSmBWAfCIk1JN8R5Rv+rmbLuWLc+zofts=
env:
global:
secure: SOuZkWHfQmKf7qCVkK8WSsTU7R9f2nJYh1tMFdiauVKfdOSqYZwoPomp9S+7cPZhGrYEZ91mPadrWGTD/02c+tXVOJA51JGzvM55kl8Dy1htqHt7thCjAr1cDRh/Ek+qLGGf4CwAlzO/xnSUCttvioT8F678HJgArwqnR6i3Mgc=
addons:
coverity_scan:
project:
name: "eressea/server"
description: "Eressea PBEM server"
notification_email: enno.rehling@gmail.com
build_command: s/travis-build
branch_pattern: coverity_scan
# build_command_prepend: "<Your build preprocessing command here>"