Replace Travis CI build by GitHub Actions

This commit is contained in:
Antoine Rey
2021-10-03 16:06:42 +02:00
committed by GitHub
parent fb8cc61a56
commit f082cc5c0d

View File

@@ -1,5 +1,5 @@
# Kotlin version of the Spring PetClinic Sample Application
[![Build Status](https://travis-ci.org/spring-petclinic/spring-petclinic-kotlin.png?branch=master)](https://travis-ci.org/spring-petclinic/spring-petclinic-kotlin/)
[![Java CI with Gradle](https://github.com/spring-petclinic/spring-petclinic-kotlin/actions/workflows/gradle-build.yml/badge.svg)](https://github.com/spring-petclinic/spring-petclinic-kotlin/actions/workflows/gradle-build.yml)
[![Docker pulls](https://img.shields.io/docker/pulls/springcommunity/spring-petclinic-kotlin.svg)](https://hub.docker.com/repository/docker/springcommunity/spring-petclinic-kotlin)
This is a [Kotlin](https://kotlinlang.org/) version of the [spring-petclinic][] Application.