Sha256: 6c57ccc76e46eaba0baa44552b3794e5e313f616b0bdb690a6afd941473e53f0

Contents?: true

Size: 759 Bytes

Versions: 14

Compression:

Stored size: 759 Bytes

Contents

env:
  global:
    - CC_TEST_REPORTER_ID=f66c5e9edc96c1e1f0d1ecd7b8836a8ce9f1d69cef678d4c9a3abc0af490d001
language: ruby
services:
  - mysql
rvm:
  # Build on the latest stable of all supported Rubies (https://www.ruby-lang.org/en/downloads/):
  - 2.5.8
  - 2.6.6
  - 2.7.1
cache: bundler
before_script:
  - curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
  - chmod +x ./cc-test-reporter
  - ./cc-test-reporter before-build
script:
  - bundle exec rubocop
  - bundle exec rspec spec --format documentation
after_script:
  - ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT
addons:
  # https://docs.travis-ci.com/user/uploading-artifacts/
  artifacts:
    paths:
      - Gemfile.lock

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
realize-1.6.0 .travis.yml
realize-1.5.0 .travis.yml
realize-1.4.0 .travis.yml
realize-1.3.0 .travis.yml
realize-1.2.0 .travis.yml
realize-1.2.0.pre.alpha .travis.yml
realize-1.1.1 .travis.yml
realize-1.1.1.pre.alpha .travis.yml
realize-1.1.0 .travis.yml
realize-1.0.0 .travis.yml
realize-1.0.0.pre.alpha.3 .travis.yml
realize-1.0.0.pre.alpha.2 .travis.yml
realize-1.0.0.pre.alpha.1 .travis.yml
realize-1.0.0.pre.alpha .travis.yml