Sha256: 72406302adb14f7d54252184cc7456833422e02ac728bc32adf8b5ef47729845

Contents?: true

Size: 531 Bytes

Versions: 3

Compression:

Stored size: 531 Bytes

Contents

language: ruby

services:
  - postgresql
  - mysql
bundler_args: --without tools benchmarks
before_install:
  - gem install bundler
before_script:
  - psql -c 'create database rom_factory;' -U postgres
after_success:
  - '[ -d coverage ] && bundle exec codeclimate-test-reporter'
rvm:
  - 2.6.3
  - 2.5.5
  - 2.4.6
  - jruby-9.2.6.0
env:
  global:
    - COVERAGE='true'
notifications:
  webhooks:
    urls:
      - https://webhooks.gitter.im/e/39e1225f489f38b0bd09
    on_success: change
    on_failure: always
    on_start: false

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
rom-factory-0.9.1 .travis.yml
rom-factory-0.9.0 .travis.yml
rom-factory-0.8.0 .travis.yml