Sha256: 133a6a85f8d42b29712487b6aa8ab87602162b3a534fc836f5c9ffbd51e52f9c

Contents?: true

Size: 595 Bytes

Versions: 3

Compression:

Stored size: 595 Bytes

Contents

language: ruby

before_install:
  - gem install bundler -v "~> 1.17"

rvm:
  - 2.2.8
  - 2.3.5
  - 2.4.2
  - 2.5.0
  - ruby-head

sudo: false

env:
  global:
    - CC_TEST_REPORTER_ID=7196b4aa257fde33f24463218af32db6a6efd23d9148204822f757fa614a093e

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 rake code_analysis
  - bundle exec rspec

after_script:
  - ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
active_storage_base64-0.1.4 .travis.yml
active_storage_base64-0.1.3 .travis.yml
active_storage_base64-0.1.2 .travis.yml