Skip to content

Commit c3a6d87

Browse files
authored
Merge pull request #822 from dauer/fix-build-badge
Fix build status badge from Travis to GitHub
2 parents 0eb23cf + 57d2c21 commit c3a6d87

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[![CodeNarc Logo](https://codenarc.github.io/CodeNarc/images/codenarc-logo.png)](https://codenarc.org/)
33

44
[![Maven Central](https://img.shields.io/maven-central/v/org.codenarc/CodeNarc.svg)](https://mvnrepository.com/artifact/org.codenarc/CodeNarc)
5-
[![Build Status](https://travis-ci.org/CodeNarc/CodeNarc.svg?branch=master)](https://travis-ci.org/CodeNarc/CodeNarc)
5+
[![CI](https://github.com/CodeNarc/CodeNarc/actions/workflows/gradle.yml/badge.svg?event=push)](https://github.com/CodeNarc/CodeNarc/actions/workflows/gradle.yml)
66
[![GitHub contributors](https://img.shields.io/github/contributors/CodeNarc/CodeNarc.svg)](https://gitHub.com/CodeNarc/CodeNarc/graphs/contributors/)
77
[![GitHub stars](https://img.shields.io/github/stars/CodeNarc/CodeNarc?label=Star&maxAge=2592000)](https://GitHub.com/CodeNarc/CodeNarc/stargazers/)
88
[![License](https://img.shields.io/github/license/CodeNarc/CodeNarc.svg)](https://github.com/CodeNarc/CodeNarc/blob/master/LICENSE.txt)

0 commit comments

Comments
 (0)