summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndré Luis Leal Cardoso Junior <andrehjr@gmail.com>2022-06-11 11:00:25 -0300
committerGitHub <noreply@github.com>2022-06-11 11:00:25 -0300
commit0633835d5de65f8099b0905e5aef34be4cae4238 (patch)
tree485f96a11c2dedcb2efcc7decd9ca17abbfe9c4a
parent6aab1351c919b49011e7fa98b4e5e31f3b5811ed (diff)
parent01b7567c12aae68610fc2ebcb4dd3ba54d193f96 (diff)
downloadpry-0633835d5de65f8099b0905e5aef34be4cae4238.tar.gz
Merge pull request #2251 from andrehjr/remove-ci-config
Remove Circleci config
-rw-r--r--.circleci/config.yml11
-rw-r--r--.github/workflows/test.yml2
-rw-r--r--README.md1
3 files changed, 1 insertions, 13 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
deleted file mode 100644
index 61e1e3d5..00000000
--- a/.circleci/config.yml
+++ /dev/null
@@ -1,11 +0,0 @@
-version: 2.1
-
-jobs:
- build:
- working_directory: ~/pry
-
- docker:
- - image: kyrylo/ruby-1.9.3p551
-
- steps:
- - checkout
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index aab17db3..7d18da56 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -1,6 +1,6 @@
name: pry
-on: [push]
+on: [push, pull_request]
jobs:
test:
diff --git a/README.md b/README.md
index 29b447cd..ac04ea9d 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,6 @@ 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)
[![Documentation Status](https://inch-ci.org/github/pry/pry.svg?branch=master)](https://inch-ci.org/github/pry/pry)