diff options
author | André Luis Leal Cardoso Junior <andrehjr@gmail.com> | 2022-06-11 11:00:25 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-11 11:00:25 -0300 |
commit | 0633835d5de65f8099b0905e5aef34be4cae4238 (patch) | |
tree | 485f96a11c2dedcb2efcc7decd9ca17abbfe9c4a | |
parent | 6aab1351c919b49011e7fa98b4e5e31f3b5811ed (diff) | |
parent | 01b7567c12aae68610fc2ebcb4dd3ba54d193f96 (diff) | |
download | pry-0633835d5de65f8099b0905e5aef34be4cae4238.tar.gz |
Merge pull request #2251 from andrehjr/remove-ci-config
Remove Circleci config
-rw-r--r-- | .circleci/config.yml | 11 | ||||
-rw-r--r-- | .github/workflows/test.yml | 2 | ||||
-rw-r--r-- | README.md | 1 |
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: @@ -2,7 +2,6 @@ Pry === [](https://github.com/pry/pry/actions) -[](https://circleci.com/gh/pry/pry) [](https://codeclimate.com/github/pry/pry) [](https://badge.fury.io/rb/pry) [](https://inch-ci.org/github/pry/pry) |