aboutsummaryrefslogtreecommitdiffstats
path: root/.travis/downstream.d
Commit message (Collapse)AuthorAgeFilesLines
* Install deps using josepy's constraints.txt file (#5247)ohemorange2020-05-121-1/+1
|
* Get tests passing with latest wycheproof clone (#5076)Alex Gaynor2019-11-261-2/+2
| | | | | | | | * Get tests passing with latest wycheproof clone * Fix x25519 wycheproof tests * Fix for acme repo changes
* Fix failing twisted downstream (#4860)Alex Gaynor2019-04-271-1/+1
|
* fix certbot downstream, show commit hash for all downstreams (#4614)Paul Kehrer2018-11-288-4/+14
| | | | | | | | * fix certbot downstream, show commit hash for all downstreams * Update aws-encryption-sdk.sh * lol
* Lock aws-encryption-sdk and dynamodb-encryption-sdk downstream test ↵Matt Bullock2018-08-312-3/+3
| | | | | | | | | | dependencies (#4441) * lock aws-encryption-sdk and dynamodb-encryption-sdk downstream tests to frozen dependencies * explicitly identify test directory in dynanmodb-encryption-sdk downstream tests * install the frozen dependencies after installing the package to force dependencies to the frozen set
* Run things with -ex and shellcheck (#4436)Alex Gaynor2018-08-308-9/+9
|
* reorganize downstream tests to avoid dependency squashing (#4418)Matt Bullock2018-08-309-0/+148
* reorganize downstream tests * fix run.sh syntax * add instructions for adding more downstream tests * rework downstream CI test guide into rst readme * remove unnecessary example test handler * all test handlers should "exit 1" if an unexpected argument is received