Sha256: ea644d556fbe99b13e44a7689067329181e6170cf992669a234fecb9033605eb

Contents?: true

Size: 804 Bytes

Versions: 2

Compression:

Stored size: 804 Bytes

Contents

language: ruby
before_install: gem update --remote bundler
cache: bundler
rvm:
  - 2.0
  - 2.1
  - 2.2
  - 2.3
  - ruby-head
  - jruby-9
  - rbx-2.2.7
  - rbx-3
gemfile:
  - Gemfile.activesupport-3.2
  - Gemfile.activesupport-4.0
  - Gemfile.activesupport-4.1
  - Gemfile.activesupport-4.2
  - Gemfile.activesupport-5.0
matrix:
  allow_failures:
    - rvm: ruby-head
    - rvm: rbx-2.2.7
    - rvm: rbx-3
  exclude:
    - rvm: 2.0
      gemfile: Gemfile.activesupport-5.0
    - rvm: 2.1
      gemfile: Gemfile.activesupport-5.0
    - rvm: 2.3
      gemfile: Gemfile.activesupport-3.2
    - rvm: ruby-head
      gemfile: Gemfile.activesupport-3.2
    - rvm: jruby-9
      gemfile: Gemfile.activesupport-5.0
  fast_finish: true
notifications:
  email:
    - pnascimento@gmail.com
    - oriekenjr@gmail.com

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
taza-2.1.0 .travis.yml
taza-2.0 .travis.yml