Sha256: 6e112234424dbe467a5ff39cb56a0896d2f13df387966d059089207e2daa51a0

Contents?: true

Size: 670 Bytes

Versions: 2

Compression:

Stored size: 670 Bytes

Contents

language: ruby
dist: trusty
services:
  - postgresql
cache: bundler
install: true
before_install:
  - gem update --system
before_script:
  - psql -c 'create database sandbox_test;' -U postgres
script:
  - ./script/ci
rvm:
  - 2.6.3
  - 2.5.5
  - 2.4.5
  - jruby-9.2.7.0
env:
  global:
    - JRUBY_OPTS='--dev -J-Xmx1024M'
matrix:
  allow_failures:
    - rvm: jruby-9.2.7.0
notifications:
  email: false
  webhooks:
    urls:
      - https://webhooks.gitter.im/e/19098b4253a72c9796db
    on_success: change  # options: [always|never|change] default: always
    on_failure: always  # options: [always|never|change] default: always
    on_start: false     # default: false

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
dry-web-web_pipe-0.2.0 .travis.yml
dry-web-web_pipe-0.1.0 .travis.yml