add build badges

This commit is contained in:
David du Colombier 2017-03-31 12:14:40 +02:00
parent cdcd4e8e44
commit 279e1332c4
2 changed files with 5 additions and 0 deletions

2
.travis.yml Normal file
View File

@ -0,0 +1,2 @@
language: c
script: CONF=unix make

View File

@ -1,3 +1,6 @@
[![Build Status](https://travis-ci.org/0intro/drawterm.svg?branch=master)](https://travis-ci.org/0intro/drawterm)
[![Coverity Scan Build Status](https://scan.coverity.com/projects/drawterm/badge.svg)](https://scan.coverity.com/projects/drawterm)
INSTALLATION
--------------
To build on Unix, run CONF=unix make.