Sha256: c69d91a6f69f90b76af235ff9f807cfbdd859102296782c014c943b85d71da30

Contents?: true

Size: 444 Bytes

Versions: 9

Compression:

Stored size: 444 Bytes

Contents

env:
  global:
    - CC_TEST_REPORTER_ID=4845f9e31ba3f2ee6ebecdfb8e18dbc3fb96765eaceb2b3c7f3ae6c227f388a6
language: ruby
rvm:
  - 2.5.0
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

9 entries across 9 versions & 1 rubygems

Version Path
bioshogi-0.0.15 .travis.yml
bioshogi-0.0.14 .travis.yml
bioshogi-0.0.10 .travis.yml
bioshogi-0.0.9 .travis.yml
bioshogi-0.0.8 .travis.yml
bioshogi-0.0.7 .travis.yml
bioshogi-0.0.5 .travis.yml
bioshogi-0.0.4 .travis.yml
bioshogi-0.0.3 .travis.yml