IBM / GameOn-Java-Microservices-on-Kubernetes

This code demonstrates deployment of a Microservices based application Game On! on to Kubernetes cluster. Game On! is a throwback text-based adventure built to help you explore microservice architectures and related concepts.
https://developer.ibm.com/patterns/deploy-java-microservices-on-kubernetes-with-polyglot-support/
Apache License 2.0
95 stars 72 forks source link

Remove sudo and dist tags from .travis.yml #40

Open loafyloaf opened 5 years ago

loafyloaf commented 5 years ago

Remove 'sudo: required' and 'dist: trusty' from the .travis.yml file. Both are depricated.

Fixes #39