IBM / ibm-cloud-functions-data-processing-message-hub

Create a serverless, event-driven application with Apache OpenWhisk on IBM Cloud Functions that executes code in response to messages or to handle streams of data records from Apache Kafka or IBM Message Hub.
https://developer.ibm.com/patterns/respond-messages-handle-streams/
Apache License 2.0
22 stars 26 forks source link

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

Closed cclauss closed 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"