1
0
Fork 0
mirror of https://github.com/pry/pry.git synced 2022-11-09 12:35:05 -05:00

Remove circleci config

This commit is contained in:
André Luis Leal Cardoso Junior 2022-06-11 10:29:59 -03:00
parent 6aab1351c9
commit 41fae2fd52

View file

@ -1,11 +0,0 @@
version: 2.1
jobs:
build:
working_directory: ~/pry
docker:
- image: kyrylo/ruby-1.9.3p551
steps:
- checkout