Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Have code fallback to Image::Size if no jhead. | Matthew Somerville | 2015-02-05 | -2/+0 |
| | | | | Don't bother installing it on Travis. | |||
* | Remove warning if Math::BigInt::GMP not installed. | Matthew Somerville | 2015-02-05 | -3/+1 |
| | ||||
* | [Travis] Only install boto when necessary. | Matthew Somerville | 2015-02-05 | -1/+1 |
| | | | | And make sure file is removed if not a tar file. | |||
* | Install Locale::gettext via cpanfile. | Matthew Somerville | 2015-02-05 | -1/+1 |
| | ||||
* | Remove need for cron-wrapper with existing scripts | Matthew Somerville | 2015-01-19 | -2/+2 |
| | | | | | Call the necessary boilerplate in each script so you can call them directly. Remove boilerplate from files that don't need it. | |||
* | Rename test-wrapper to run-tests. | Matthew Somerville | 2015-01-19 | -8/+1 |
| | | | | As that's what it does; and use it in Travis. | |||
* | Tidy up of bin directory. | Matthew Somerville | 2015-01-19 | -1/+1 |
| | | | | | Remove some unneeded scripts, move others to cobrand-specific directories. | |||
* | Switch carton bundling to S3. | Matthew Somerville | 2014-07-09 | -2/+5 |
| | ||||
* | Fetch/send archive of modules before/after tests. | Matthew Somerville | 2014-03-30 | -3/+7 |
| | | | | | | | Before running carton install, see if we have a stored copy of the local directory on ge.tt - if so, download and use that instead. After running the tests, if we didn't download a copy, bundle it up and upload it to ge.tt for use next time. | |||
* | Add sv_SE to Travis so test using it passes. | Matthew Somerville | 2014-03-12 | -1/+1 |
| | ||||
* | Move SOAP::WSDL requirement into UK cpanfile feature. | Matthew Somerville | 2014-02-26 | -5/+0 |
| | | | | Note how we'd like to do the same with SOAP::Lite. | |||
* | Run Travis on all branches. | Matthew Somerville | 2014-02-26 | -4/+0 |
| | ||||
* | Fix test suite to run regardless of config setup. | Matthew Somerville | 2013-10-24 | -4/+0 |
| | ||||
* | Add lots of cobrands to be tested. | Matthew Somerville | 2013-09-13 | -3/+2 |
| | ||||
* | Make changes needed to run Zurich tests on travis | Edmund von der Burg | 2013-09-10 | -1/+2 |
| | ||||
* | Fixes to module installation. | Matthew Somerville | 2013-07-26 | -1/+6 |
| | | | | | | | * Upgrade ExtUtils::MakeMaker, and remove old workaround. * DIME::Tools won't install without --force (needed by SOAP::Lite in travis). * Remove SOAP::WSDL from cpanfile, as it won't install and nothing needs it apart from Barnet (UK specific). | |||
* | See if installing libgmp-dev helps with Travis. | Matthew Somerville | 2013-06-04 | -1/+1 |
| | ||||
* | Add do-not-reply config variable, removing special case from code. | Matthew Somerville | 2013-01-02 | -1/+0 |
| | ||||
* | Add TIME_ZONE variable for local display of times. | Matthew Somerville | 2012-10-08 | -0/+4 |
| | ||||
* | Display method variables correctly. | Matthew Somerville | 2012-10-08 | -0/+5 |
| | ||||
* | Travis script. | Matthew Somerville | 2012-10-05 | -0/+33 |