Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Only run clone-failure test on private repo | Ben Straub | 2014-02-05 | 1 | -1/+1 |
| | |||||
* | Add coverity-scan script | Ben Straub | 2014-01-13 | 1 | -0/+6 |
| | |||||
* | travis: exit on failure for anything related to building | Carlos Martín Nieto | 2013-08-19 | 1 | -8/+3 |
| | |||||
* | travis: really fail if the tests fail | Carlos Martín Nieto | 2013-08-19 | 1 | -0/+5 |
| | | | | | | When implementing the ssh testing, the move to the script made it so the first test suite's exit code was ignored. Check whether the main tests fail and exit with an error in that case. | ||||
* | Test SSH in travis | Carlos Martín Nieto | 2013-08-14 | 1 | -0/+32 |
Set up the ssh credentials so we are able to talk to localhost and issue git commands. Move to use a script, as the command list is getting somewhat long. While here, delay installing valgrind until we need it, as it and its dependencies are by far the largest downloads and this allows us to start compiling (and failing) faster and we only incur this cost when the test suite runs successfully. |