Skip to content

Commit bbbd025

Browse files
committed
Replace Travis CI with GitHub Actions
1 parent 55b7774 commit bbbd025

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.travis.yml

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

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
# Ring-Defaults
2-
3-
[![Build Status](https://travis-ci.org/ring-clojure/ring-defaults.svg?branch=master)](https://travis-ci.org/ring-clojure/ring-defaults)
1+
# Ring-Defaults [![Build Status](https://github.com/ring-clojure/ring-defaults/actions/workflows/test.yml/badge.svg)](https://github.com/ring-clojure/ring-defaults/actions/workflows/test.yml)
42

53
Knowing what middleware to add to a Ring application, and in what
64
order, can be difficult and prone to error.

0 commit comments

Comments
 (0)