Sha256: 17ecf58cc8f6eb5e7714606021b129696e79b3bbe4658235786f283e77e8771c

Contents?: true

Size: 463 Bytes

Versions: 1

Compression:

Stored size: 463 Bytes

Contents

language: ruby
script: bundle exec rake test
sudo: false

rvm:
- "1.9"
- "2.0"
- "2.1"
- "2.2.2"

before_install:
- gem update bundler

gemfile:
- Gemfile.activesupport32
- Gemfile.activesupport40
- Gemfile.activesupport41
- Gemfile.activesupport42
- Gemfile.activesupport50

matrix:
  exclude:
    - rvm: "1.9"
      gemfile: Gemfile.activesupport50
    - rvm: "2.0"
      gemfile: Gemfile.activesupport50
    - rvm: "2.1"
      gemfile: Gemfile.activesupport50

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
active_utils-3.3.9 .travis.yml