April 2018
Intermediate to advanced
374 pages
8h 35m
English
The example earlier that showed using Bats to run a test was created by the team at Bitnami, and they also leveraged that same example repository for building and deploying code into an instance of Minikube hosted and run on Travis.CI. Their example repository is online at https://github.com/bitnami/kubernetes-travis, and it installs Minikube as well as additional tooling to build and deploy into a small Kubernetes instance.
Travis.CI is configured through a .travis.yml file, and the documentation for how to configure it and what options are available is hosted online at https://docs.travis-ci.com. Travis.CI, by default, will attempt to understand what language is being used, and orient its build scripts ...
Read now
Unlock full access