Sha256: 8426abc0e3df35b9cb8c49a81c5a933a384a09b2a59b5835fc7294514fc845f5

Contents?: true

Size: 509 Bytes

Versions: 27

Compression:

Stored size: 509 Bytes

Contents

env:
  global:
    - CC_TEST_REPORTER_ID=a1d1020f21ac7490fa6c577e7718c505a0bc7f13a5e4537ec7ca9f1a594bad07
before_install: gem update bundler
language: ruby
notifications:
  email: false
rvm:
  - 2.3.3
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

27 entries across 27 versions & 1 rubygems

Version Path
tessa-6.1.3 .travis.yml
tessa-6.1.2 .travis.yml
tessa-6.1.1 .travis.yml
tessa-6.1.0 .travis.yml
tessa-6.0.3 .travis.yml
tessa-6.0.2 .travis.yml
tessa-6.0.1 .travis.yml
tessa-6.0.0 .travis.yml
tessa-6.0.0.rc5 .travis.yml
tessa-6.0.0.rc4 .travis.yml
tessa-6.0.0.rc3 .travis.yml
tessa-6.0.0.rc2 .travis.yml
tessa-6.0.0.rc1 .travis.yml
tessa-1.2.3 .travis.yml
tessa-1.2.2 .travis.yml
tessa-2.0 .travis.yml
tessa-1.2.1 .travis.yml
tessa-1.2.0 .travis.yml
tessa-1.1.1 .travis.yml
tessa-1.1.0 .travis.yml