Sha256: 7af4bcd6cafcb8a5b191e7b186624ba3e26432bef57f104607e89662aea07f98

Contents?: true

Size: 631 Bytes

Versions: 3

Compression:

Stored size: 631 Bytes

Contents

language: ruby
dist: trusty
sudo: required
cache: bundler
bundler_args: --without yard guard benchmarks tools
before_script:
  - psql -c 'create database rom_repository' -U postgres
script: "bundle exec rake ci"
after_success:
  - '[ "${TRAVIS_JOB_NUMBER#*.}" = "1" ] && [ "$TRAVIS_BRANCH" = "master" ] && bundle exec codeclimate-test-reporter'
rvm:
  - 2.4.0
  - 2.3
  - 2.2
  - rbx-3
  - jruby
env:
  global:
    - JRUBY_OPTS='--dev -J-Xmx1024M'
    - 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-repository-1.0.0 .travis.yml
rom-repository-1.0.0.rc2 .travis.yml
rom-repository-1.0.0.rc1 .travis.yml