Skip to content

Commit ebf9b7a

Browse files
committed
Replace Travis CI with GitHub Actions
1 parent da40854 commit ebf9b7a

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Ring
22

3-
[![Build Status](https://app.travis-ci.com/ring-clojure/ring.svg?branch=master)](https://app.travis-ci.com/github/ring-clojure/ring)
3+
[![Build Status](https://github.com/ring-clojure/ring/actions/workflows/test.yml/badge.svg)](https://github.com/ring-clojure/ring/actions/workflows/test.yml)
44

55
Ring is a Clojure web applications library inspired by Python's WSGI
66
and Ruby's Rack. By abstracting the details of HTTP into a simple,

0 commit comments

Comments
 (0)