Sha256: 8309c70df34c5c0f8cd6e8f380927a6cda3730131e209cfecbbb722aae8825c5

Contents?: true

Size: 490 Bytes

Versions: 11

Compression:

Stored size: 490 Bytes

Contents

env:
  global:
    - CC_TEST_REPORTER_ID=$CODECLIMATE_REPO_TOKEN
sudo: false
language: ruby
cache: bundler
rvm:
  - 2.6.3
before_install:
  - gem install bundler -v 2.0.2
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
  - bundle exec rspec
after_success:
  - ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT

Version data entries

11 entries across 11 versions & 2 rubygems

Version Path
seek_party-0.0.9 .travis.yml
seek_party-0.0.8 .travis.yml
seek_party-0.0.7 .travis.yml
seek_party-0.0.5 .travis.yml
seek_party-0.0.4 .travis.yml
seek_party-0.0.3 .travis.yml
kanzen-0.6.0 .travis.yml
kanzen-0.5.0 .travis.yml
kanzen-0.4.0 .travis.yml
kanzen-0.3.0 .travis.yml
kanzen-0.2.0 .travis.yml