Sha256: b420795b8b6e722cc88a300c9ed8a6074ad947ec7fcefea67c5b12c297e4043c

Contents?: true

Size: 520 Bytes

Versions: 3

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.0
    - <<: *test
      rvm: 2.6.5
    - <<: *test
      rvm: 2.5.7

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

stages:
  - test
  - coditsu

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
waterdrop-1.3.4 .travis.yml
waterdrop-1.3.3 .travis.yml
waterdrop-1.3.2 .travis.yml