Sha256: e1a5aeb9a6a5cef713b8c28639ae57fc94f82f1b28994a3aaf9dc48018ce2b69

Contents?: true

Size: 525 Bytes

Versions: 6

Compression:

Stored size: 525 Bytes

Contents

language: ruby

branches:
  except:
    - images

rvm:
  - 2.1.9
  - 2.2.5
  - 2.3.1
  - ruby-head

gemfile:
  - Gemfile
  - gemfiles/Gemfile.rails-5.0
  - gemfiles/Gemfile.rails-4.2

matrix:
  exclude:
    - rvm: 2.1.9
      gemfile: gemfiles/Gemfile.rails-5.0
    - rvm: 2.1.9
      gemfile: Gemfile
  allow_failures:
    - rvm: ruby-head
  fast_finish: true

sudo: false

cache: bundler

before_install: "rm ${BUNDLE_GEMFILE}.lock"

before_script: "bundle update"

script: bundle exec rspec

notifications:
  email: true 

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
activity_notification-1.2.1 .travis.yml
activity_notification-1.2.0 .travis.yml
activity_notification-1.1.0 .travis.yml
activity_notification-1.0.2 .travis.yml
activity_notification-1.0.1 .travis.yml
activity_notification-1.0.0 .travis.yml