aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
Commit message (Collapse)AuthorAgeFilesLines
* Limit Coverity scan to side branchlloyd2015-05-141-7/+2
|
* More Travis fiddlinglloyd2015-05-131-4/+4
|
* Fix YAML indentationlloyd2015-05-131-2/+2
|
* Merge env: blockslloyd2015-05-131-7/+6
|
* Add Coverity scan to Travis.lloyd2015-05-131-0/+15
|
* The BUILD_MODE env var was not being passed through sudo by defaultlloyd2015-05-121-1/+1
| | | | | | which broke coverage testing. Instead run the setup script as the regular user and use sudo for specific commands, which seems cleaner anyway.
* Add coveralls.io support based on GH #91 by cordneylloyd2015-05-111-16/+18
| | | | Move the more complex CI logic to scripts instead of yaml
* Give up on x86-32 CI build for nowlloyd2015-03-291-7/+4
|
* More poking at Travis configlloyd2015-03-281-2/+2
|
* Travis VMs don't have 32-bit libs, hopefully this fixes itlloyd2015-03-281-0/+1
|
* Add x86-32 build to Travislloyd2015-03-281-3/+5
|
* Travis CI fiddlinglloyd2015-03-281-4/+6
|
* Add Clang target and OpenSSL, Boost, zlib, and sqlite mods to Travis CI buildlloyd2015-03-271-4/+9
|
* Add a second Travis build using static lib built via amalgamation.d.neus2015-03-151-1/+5
| | | | Github pull 62.
* Add Travis CI integration. Github pull 60neusdan2015-03-121-0/+22