Sha256: e2e61b41c6975f8dcc2c717f1b3d34f334241df91bd9937f72aa323aa9b1586a

Contents?: true

Size: 520 Bytes

Versions: 1

Compression:

Stored size: 520 Bytes

Contents

services:
  - docker

dist: trusty
cache: bundler

git:
  depth: false

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

jobs:
  include:
    - <<: *test
      rvm: 2.7.1
    - <<: *test
      rvm: 2.6.6
    - <<: *test
      rvm: 2.5.8

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

stages:
  - test
  - coditsu

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
waterdrop-1.4.0 .travis.yml