2014-04-15 06:18:58 +00:00
|
|
|
language: cpp
|
|
|
|
|
2014-05-19 14:53:02 +00:00
|
|
|
env:
|
2015-05-21 16:05:34 +00:00
|
|
|
global:
|
2015-07-29 14:18:43 +00:00
|
|
|
# The next declaration is the encrypted COVERITY_SCAN_TOKEN, created
|
|
|
|
# via the "travis encrypt" command using the project repo's public key.
|
|
|
|
- secure: |-
|
|
|
|
Edkq75sWlKsPhiffnpAYxDm9E9zGg1Hf3rOwSlMZjwS5BmcjU3iteTXfS+cSUbh4YAbgc+
|
|
|
|
3OK+oKtCg7YV0X7AFmz/YOy0Ch8RXM4p0NxV/+OONjno77MsgFVkV41L2wilp5IXbz8nWl
|
|
|
|
j/HBbZMLPRqtHqEBHMUKGy4VEKq9sBg=
|
|
|
|
|
|
|
|
addons:
|
|
|
|
coverity_scan:
|
|
|
|
project:
|
|
|
|
name: "cppformat/cppformat"
|
|
|
|
description: "Small, safe and fast formatting library for C++"
|
|
|
|
notification_email: victor.zverovich@gmail.com
|
|
|
|
build_command_prepend: cmake .
|
|
|
|
build_command: make -j4
|
|
|
|
branch_pattern: coverity_scan
|
2015-07-29 20:42:06 +00:00
|
|
|
|
|
|
|
script: true
|