summaryrefslogtreecommitdiff
path: root/.travis.yml
Commit message (Collapse)AuthorAgeFilesLines
* fix Coverity scanChris Leech2019-10-231-1/+5
| | | | | | | Here I thought I was all carefull about it before pushing the config. I guess a notification_email is required, I was hoping that could all be managed on the repo setting in Coverity. I'll put myself down.
* setup Travis-CI builds and Coverity scansChris Leech2019-10-231-0/+29
Configure Travis-CI for automated build tests. Hopefully we can extend this to basic functional as well. Also sets up Coverity scanning from the Travis build. Synopsys gives Open Source projects a limited number of free Coverity scans each day, so this is currently configured to only scan when code is pushed to a "coverity_scan" branch.