Sha256: ff9270aefd2adbd2f36a07d974bc2d29745d2778d134ca45307aefcd24fcd89d

Contents?: true

Size: 497 Bytes

Versions: 5

Compression:

Stored size: 497 Bytes

Contents

language: ruby
rvm:
  - 2.5.1
branches:
  except:
    - "/^v[0-9]+\\.[0-9]+\\.[0-9]+(?:-.*)?/"
notifications:
  email:
    on_success: change
    on_failure: always
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 rubocop
  - bundle exec rspec
after_script:
  - ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
usps_flags-0.5.5 .travis.yml
usps_flags-0.5.4 .travis.yml
usps_flags-0.5.3 .travis.yml
usps_flags-0.5.2 .travis.yml
usps_flags-0.5.1 .travis.yml