diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..6c4e3c3 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,2 @@ +language: c +script: CONF=unix make diff --git a/README.md b/README.md index 8f89591..d66afe7 100644 --- a/README.md +++ b/README.md @@ -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.