Sha256: aebe9d8af2a533974740d361843e515363ad6c74dc0a6783f54e805cf016b403

Contents?: true

Size: 638 Bytes

Versions: 2

Compression:

Stored size: 638 Bytes

Contents

env:
  global:
    - CC_TEST_REPORTER_ID=8fdaf7c8198b46ebdb0fc75cc04a85a150af827c5f216e12ab1dc189750a8bff
services:
  - redis-server
language: ruby
rvm:
  # Build on the latest stable of all supported Rubies (https://www.ruby-lang.org/en/downloads/):
  - 2.3.8
  - 2.4.5
  - 2.5.3
  - 2.6.0
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
after_script:
  - ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
airspace-1.0.1 .travis.yml
airspace-1.0.0 .travis.yml