diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index b059787..0000000 --- a/.travis.yml +++ /dev/null @@ -1,13 +0,0 @@ -gemfile: - - gemfiles/Gemfile.rack-1.x - - gemfiles/Gemfile.rack-2.x -rvm: - - 2.3 - - 2.4 - - 2.5 - - 2.6 - - 2.7 - - 3.0 - - 3.2 -sudo: false -cache: bundler diff --git a/README.md b/README.md index 628ccf8..8b8f0b3 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ A little toolkit for building RESTful API backends on top of Rack. -[![Build Status](https://travis-ci.org/WeTransfer/apiculture.svg?branch=master)](https://travis-ci.org/WeTransfer/apiculture) +[![CI](https://github.com/WeTransfer/apiculture/actions/workflows/ci.yml/badge.svg)](https://github.com/WeTransfer/apiculture/actions/workflows/ci.yml) ## Ideas