forked from JeremyGrosser/statsrelay
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
25 lines (23 loc) · 1007 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
language: c
compiler: gcc
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq automake libev-dev libyaml-dev pkg-config cppcheck
script: "autoreconf --install && ./configure && make && make check && cppcheck --enable=all --verbose --suppress=variableScope src/"
notifications:
email:
env:
global:
# The next declaration is the encrypted COVERITY_SCAN_TOKEN, created
# via the "travis encrypt" command using the project repo's public key
- secure: "SlDD9j89v8VAPzvE4MQ/f8mjOq9Ws6YjXL7v0cBZRBmYQIRBJn4u5yLWNfdrBkwHE06O+t+XVkM5ZV38U1OFbFdYQ27fN6AiAV1MGpwQqd75iIulbGilvwTev5L8ZO5WCrDYcWwwxrOS68JKIRcQdORAxE1eOaiG8Mtqw1nOMOU="
addons:
coverity_scan:
project:
name: "uber/statsrelay"
description: "A consistent-hashing relay for statsd metrics"
notification_email: [email protected]
build_command_prepend: "autoreconf --install && ./configure"
build_command: "make"
branch_pattern: master