Sha256: 51a4308681c5062cec643c8f2833b6689561957bafeca2cbcbbdef3cfa65ca6e

Contents?: true

Size: 592 Bytes

Versions: 4

Compression:

Stored size: 592 Bytes

Contents

language: ruby
rvm:
  - ruby-head
  - 2.5.1
  - 2.4.4
  - 2.3.7
  - 2.2.10
  - 2.1.8
  - 1.9.3
before_install:
  - gem update --system
  - gem --version
  - gem install bundler

env:
  global:
    - CC_TEST_REPORTER_ID=92655ba2c8b47200f80e996afb80c410b9491514845d414d7517108ad35a5178
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 rspec
after_script:
  - ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
turkish_id-0.5.0 .travis.yml
turkish_id-0.4.0 .travis.yml
turkish_id-0.3.1 .travis.yml
turkish_id-0.3.0 .travis.yml