summaryrefslogtreecommitdiff
path: root/.travis.yml
Commit message (Collapse)AuthorAgeFilesLines
* travis: Coverity not seeing the emailSean V Kelley2017-01-291-1/+1
| | | | Signed-off-by: Sean V Kelley <seanvk@posteo.de>
* travis: coverity scan notification email must be setSean V Kelley2017-01-291-0/+1
| | | | | | | Will have to find another suitable destination later. Mailing list maybe? Signed-off-by: Sean V Kelley <seanvk@posteo.de>
* travis: Configure for a coverity scan branchSean V Kelley2017-01-291-8/+13
| | | | | | Also reduce waste of resources, avoiding duplicate builds Signed-off-by: Sean V Kelley <seanvk@posteo.de>
* travis: Test coveritySean V Kelley2017-01-291-1/+16
| | | | Signed-off-by: Sean V Kelley <seanvk@posteo.de>
* travis: Add hooks for slackSean V Kelley2017-01-221-0/+4
| | | | | | Add hooks for travis to slack. Signed-off-by: Sean V Kelley <seanvk@posteo.de>
* travis : Test for coverallsSean V Kelley2017-01-211-0/+5
| | | | Signed-off-by: Sean V Kelley <seanvk@posteo.de>
* travis: Explicitly use apt-get for depsSean V Kelley2017-01-211-17/+18
| | | | Signed-off-by: Sean V Kelley <seanvk@posteo.de>
* travis: Initial import of travis instructionsSean V Kelley2017-01-211-0/+51
This is a simple port that does a build/install and check. Signed-off-by: Sean V Kelley <seanvk@posteo.de>