1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00

remove CI breakage

This commit is contained in:
Mike Perham 2020-02-13 11:44:06 -08:00
parent f7a0b9c41e
commit e5cfae22f5

View file

@ -32,9 +32,6 @@ jobs:
- <<: *save
- <<: *unit
"ruby-2.6":
environment:
COVERAGE: true
CC_TEST_REPORTER_ID: 003c3033501d70a2653bd887ff9a8b2884a263e6a4e27f2ba68748e15530918d
docker:
- image: circleci/ruby:2.6
- image: circleci/redis:4.0
@ -43,25 +40,7 @@ jobs:
- <<: *restore
- <<: *bundle
- <<: *save
- run:
name: Setup Code Climate test-reporter
command: |
# download test reporter as a static binary
curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
chmod +x ./cc-test-reporter
- run:
name: Code Climate before-build
command: |
./cc-test-reporter before-build
- <<: *unit
- run:
name: Report code coverage to Code Climate
command: |
./cc-test-reporter after-build -t simplecov --exit-code $?
"jruby":
docker:
- image: circleci/jruby:latest