An open API service indexing awesome lists of open source software.

https://github.com/peter-evans/knative-travis-template

A template project for Knative app development and integration testing
https://github.com/peter-evans/knative-travis-template

integration-testing knative kubernetes minikube travis-ci

Last synced: about 1 year ago
JSON representation

A template project for Knative app development and integration testing

Awesome Lists containing this project

README

          

# knative-travis-template
[![Build Status](https://travis-ci.org/peter-evans/knative-travis-template.svg?branch=master)](https://travis-ci.org/peter-evans/knative-travis-template)

This is a template project for developing and testing applications running on [Knative](https://github.com/knative/). It uses [Travis CI](https://travis-ci.org) to build and test.

Installs:
- [Minikube](https://github.com/kubernetes/minikube)
- [Istio](https://istio.io/)
- [Knative](https://github.com/knative/)

## Reference

- https://kubernetes.io/docs/tasks/tools/install-kubectl/
- https://kubernetes.io/docs/tasks/tools/install-minikube/
- https://github.com/knative/

## License

MIT License - see the [LICENSE](LICENSE) file for details