Sha256: d39e7a87a4512526fb4880acbd0eba749b6d63e2a1a34234fcba282f0ca4682f

Contents?: true

Size: 482 Bytes

Versions: 4

Compression:

Stored size: 482 Bytes

Contents

env:
  global:
    - CC_TEST_REPORTER_ID=5db559a56b2ea09902ff8bcb2ba495b5089c76205024362a798f9cf88d38db32

language: ruby

cache: bundler

rvm:
  - 2.3.7
  - 2.4.4
  - 2.5.1

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
after_script:
  - ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
emoji_flag-0.1.1 .travis.yml
emoji_flag-0.1.0 .travis.yml
emoji_flag-0.0.3 .travis.yml
emoji_flag-0.0.2 .travis.yml