hammernight/taza

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: ruby
before_install: gem update --remote bundler
cache: bundler
rvm:
  - 2.0
  - 2.1
  - 2.2
  - 2.3
  - 2.4
  - 2.5
  - ruby-head
  - jruby-9
gemfile:
  - Gemfile.activesupport-4.0
  - Gemfile.activesupport-4.1
  - Gemfile.activesupport-4.2
  - Gemfile.activesupport-5.0
  - Gemfile.activesupport-5.1
matrix:
  allow_failures:
    - rvm: ruby-head
  exclude:
    - rvm: 2.0
      gemfile: Gemfile.activesupport-5.0
    - rvm: 2.0
      gemfile: Gemfile.activesupport-5.1
    - rvm: 2.1
      gemfile: Gemfile.activesupport-5.0
    - rvm: 2.1
      gemfile: Gemfile.activesupport-5.1
    - rvm: 2.2
      gemfile: Gemfile.activesupport-5.0
    - rvm: 2.2
      gemfile: Gemfile.activesupport-5.1
    - rvm: jruby-9
      gemfile: Gemfile.activesupport-5.0
    - rvm: jruby-9
      gemfile: Gemfile.activesupport-5.1
    - rvm: 2.4
      gemfile: Gemfile.activesupport-4.0
    - rvm: ruby-head
      gemfile: Gemfile.activesupport-4.0
    - rvm: 2.4
      gemfile: Gemfile.activesupport-4.1
    - rvm: 2.5
      gemfile: Gemfile.activesupport-4.0
    - rvm: 2.5
      gemfile: Gemfile.activesupport-4.1
    - rvm: ruby-head
      gemfile: Gemfile.activesupport-4.1
    - rvm: 2.5
      gemfile: Gemfile.activesupport-4.2
    - rvm: ruby-head
      gemfile: Gemfile.activesupport-4.0
    - rvm: ruby-head
      gemfile: Gemfile.activesupport-4.1
    - rvm: ruby-head
      gemfile: Gemfile.activesupport-4.2
  fast_finish: true
notifications:
  email:
    - pnascimento@gmail.com
    - oriekenjr@gmail.com