aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
AgeCommit message (Collapse)Author
2014-10-03travis: add non-default shell testing to travis.Cory Fields
2014-10-01travis: enable windows testsCory Fields
2014-09-30Revert "travis: retry tests before giving up"Matt Corallo
This reverts commit 7e3821c097c05a4790abac53ddd26ef28cb7cf4d.
2014-09-25travis: use debug for one buildCory Fields
For the all-off build, enable the wallet and debug. This ensures that debug options will catch wallet problems as well. In order to make sure the no-wallet path is still tested, disable the wallet in the other x86_64 build.
2014-09-16travis: use DEBUG_LOCKORDER for our quick/small Linux buildCory Fields
2014-09-16travis: retry tests before giving upCory Fields
2014-09-15Bugfix: Add missing equals-sign to Travis configLuke Dashjr
2014-09-04travis: add osx buildCory Fields
2014-08-25travis: initial descriptorCory Fields