Sha256: fe1f935dad42079e085f36446c8bf54b34e5e6e6aa772b612df53e05696446ab

Contents?: true

Size: 461 Bytes

Versions: 1

Compression:

Stored size: 461 Bytes

Contents

# Project settings:
language: ruby
rvm:
  - "2.5.0"

before_install:
  - gem install bundler:2.3.24

install:
  - "bundle install --jobs=3 --retry=3"
  
# CI process:
script: bundle exec rspec spec

# Notification settings:
notifications:
  webhooks: https://eetnu.slack.com/services/hooks/travis?token=YC3xwKe1gu65ikh1XOaLrUEh
  campfire:
    on_success: change
    on_failure: always
    rooms:
      - "eetnu:bb17e8d4e843938b4b32ee4c1809f2f90b8456ae@316993"

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
hungry-0.2.0 .travis.yml