aboutsummaryrefslogtreecommitdiffstats
path: root/.travis
Commit message (Collapse)AuthorAgeLines
* [Travis] Use bundled carton on Travis.Matthew Somerville2015-09-07-2/+1
|
* [Travis] Only install boto when necessary.Matthew Somerville2015-02-05-3/+9
| | | | And make sure file is removed if not a tar file.
* Use public bundles for setting up cache.Matthew Somerville2015-01-14-11/+5
| | | | | | Forked repos cannot access the secure credentials when making pull requests. We'd like those to be tested, so have made the bundles public to be used for installation.
* Switch carton bundling to S3.Matthew Somerville2014-07-09-37/+25
|
* Fetch/send archive of modules before/after tests.Matthew Somerville2014-03-30-0/+78
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.