editline/.travis.yml
Joachim Nilsson 9fd8e0b4d3 Add support for Coverity Scan of editline and add neat gfx to README
Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
2014-09-17 05:56:10 +02:00

23 lines
599 B
YAML

# Travis CI integration
language: c
compiler:
- gcc
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: ""
addons:
coverity_scan:
project:
name: "troglobit/editline"
description: "Minix editline"
notification_email: troglobit@gmail.com
build_command_prepend: "./configure --enable-sigstop --enable-terminal-bell"
build_command: "make -j5"
branch_pattern: master
script: ./configure --enable-sigstop --enable-terminal-bell && make -j5