anomalizer / ngx_aws_auth

nginx module to proxy to authenticated AWS services
BSD 2-Clause "Simplified" License
470 stars 144 forks source link

Fixing tests and adding a Travis file #39

Closed wk8 closed 7 years ago

wk8 commented 7 years ago

Unit tests were broken, this patch fixes them.

This also adds a Travis file, to be able to run tests automatically.

wk8 commented 7 years ago

@anomalizer : not sure how familiar you are with travis, but with that Travis file, you only need activate your repo on travis at https://travis-ci.org/anomalizer/ngx_aws_auth and then you'll have nice build reports at each commit/PR, see e.g. https://travis-ci.org/wk8/ngx_aws_auth, to avoid breaking tests again :)

wk8 commented 7 years ago

Thanks for merging :) !