summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorKyrylo Silin <silin@kyrylo.org>2021-07-02 10:14:56 +0300
committerKyrylo Silin <silin@kyrylo.org>2021-07-02 11:02:33 +0300
commite8e378036f985b9ff95da23bd497be31a3faea70 (patch)
tree9c632006b11b316d81438517e3ae586cab3355c9 /README.md
parent586e1bd1502983cf52d6fd76902224b5731816e9 (diff)
downloadpry-e8e378036f985b9ff95da23bd497be31a3faea70.tar.gz
Test using Github Actions
We now test everything but 1.9 with GitHub Actions. GH Actions doesn't support 1.9 out of box and I am not sure how to write a spec that would use our custom Docker image for 1.9 and the standard images for everything esle. That's why CircleCI does not go away (for now, until we still support 1.9). Luckily, I was able to get rid of the custom Docker image for 2.0 because GH Actions stil support that version of Ruby. Now the build code is much simpler and easier to follow. Looking forward to getting rid of CircleCI completely!
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index d3da3583..d8843523 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,7 @@
Pry
===
+[![Pry Build Status](https://github.com/pry/pry/workflows/pry/badge.svg)](https://github.com/pry/pry/actions)
[![Circle Build Status](https://circleci.com/gh/pry/pry.svg?style=shield)](https://circleci.com/gh/pry/pry)
[![Code Climate](https://codeclimate.com/github/pry/pry.svg)](https://codeclimate.com/github/pry/pry)
[![Gem Version](https://badge.fury.io/rb/pry.svg)](https://badge.fury.io/rb/pry)