Sha256: d721fddc083171c3df2f320fca36926f98dd44803e0a5cf4fccf8fe2c1ef88d9

Contents?: true

Size: 543 Bytes

Versions: 1

Compression:

Stored size: 543 Bytes

Contents

services:
  - docker

dist: trusty
sudo: false
cache: bundler

git:
  depth: false

test: &test
  stage: Test
  language: ruby
  before_install:
    - gem install bundler
    - gem update --system
  script: bundle exec rspec

jobs:
  include:
    - <<: *test
      rvm: 2.6.5
    - <<: *test
      rvm: 2.5.5

    - stage: coditsu
      language: ruby
      rvm: 2.6.5
      before_install:
        - gem update --system
        - gem install bundler
      script: \curl -sSL https://api.coditsu.io/run/ci | bash

stages:
  - coditsu
  - test

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
karafka-1.3.1 .travis.yml