IBM / ibm-cloud-functions-serverless-ocr-openchecks

Serverless bank check deposit processing with object storage and optical character recognition using Apache OpenWhisk powered by IBM Cloud Functions. See the Tech Talk replay for a demo.
https://developer.ibm.com/code/patterns/automatically-scale-to-handle-peaks-in-banking-transaction-demand/
Apache License 2.0
45 stars 31 forks source link

.travis.yml: The 'sudo' tag is now deprecated in Travis CI #44

Open cclauss opened 5 years ago

cclauss commented 5 years ago

Travis are now recommending removing the sudo tag.

"If you currently specify sudo: false in your .travis.yml, we recommend removing that configuration"