Sha256: 0cecc4f6b2b148f9e3f5f0fa3c7d50c404ae02fdf541df1bda2bd20dfb34cfbb

Contents?: true

Size: 535 Bytes

Versions: 2

Compression:

Stored size: 535 Bytes

Contents

language: ruby
sudo: false
services:
  - postgresql
  - mysql
bundler_args: --without tools benchmarks
before_script:
  - psql -c 'create database rom_factory;' -U postgres
script: "bundle exec rake spec"
after_success:
  - '[ -d coverage ] && bundle exec codeclimate-test-reporter'
rvm:
  - 2.5.0
  - 2.4.2
  - 2.3.6
  - jruby-9.1.13.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

2 entries across 2 versions & 1 rubygems

Version Path
rom-factory-0.7.0 .travis.yml
rom-factory-0.6.0 .travis.yml