Sha256: 34a8867840b8fd931483e9f04384ee01b858b5a1bf2970326366e6bfe03de50d

Contents?: true

Size: 533 Bytes

Versions: 8

Compression:

Stored size: 533 Bytes

Contents

# These are specific configuration settings required for travis-ci
# see http://travis-ci.org/evendis/mandrill-rails
language: ruby
rvm:
  # removing 1.8 and 1.9.2 tests because we don't really care anymore and activesupport 4 won't like them
  #- 1.8.7
  #- 1.9.2
  #- jruby-18mode
  - 1.9.3
  - 2.0.0
  # - rbx-18mode # removing for now; travis is having chronic intermittent issues building this properly at the moment
  # - rbx-19mode # removeing for now; again, borked on travis "rbx-2.2.1-d19 is not installed"
  - jruby-19mode

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
mandrill-rails-1.4.1 .travis.yml
mandrill-rails-1.4.0 .travis.yml
mandrill-rails-1.3.1 .travis.yml
mandrill-rails-1.3.0 .travis.yml
mandrill-rails-1.2.0 .travis.yml
mandrill-rails-1.1.1 .travis.yml
mandrill-rails-1.1.0 .travis.yml
mandrill-rails-1.0.2 .travis.yml