Sha256: 79ef8e780bee54d1394a42b42fd506543bd5d89c35195f1811c5a8f24691b1db

Contents?: true

Size: 558 Bytes

Versions: 6

Compression:

Stored size: 558 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 || (print "Will not report" && true)
  - chmod +x ./cc-test-reporter || true
  - ./cc-test-reporter before-build || true
script:
  - bundle exec rspec
  - bundle exec rubocop
after_script:
  - ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT || true

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
slack-notification-0.1.13 .travis.yml
slack-notification-0.1.12 .travis.yml
slack-notification-0.1.11 .travis.yml
slack-notification-0.1.10 .travis.yml
slack-notification-0.1.9 .travis.yml
slack-notification-0.1.8 .travis.yml