IBM / spring-boot-microservices-on-kubernetes

In this code we demonstrate how a simple Spring Boot application can be deployed on top of Kubernetes. This application, Office Space, mimicks the fictitious app idea from Michael Bolton in the movie "Office Space".
https://developer.ibm.com/code/patterns/deploy-spring-boot-microservices-on-kubernetes
Apache License 2.0
564 stars 287 forks source link

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

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"