Sha256: b94f90bb237917f50adf711a972ddc746d754ff347412b9999f843243cab999e

Contents?: true

Size: 331 Bytes

Versions: 3

Compression:

Stored size: 331 Bytes

Contents

language: ruby

bundler_args: --without development

script: bundle exec rspec --pattern "spec/*_spec.rb"
gemfile: spec/support/rails_test_app/Gemfile

rvm:
  - 2.0.0
  - 2.1.0
  - ruby-head
  - jruby-head
  - rbx

matrix:
  allow_failures:
    - rvm: ruby-head
    - rvm: jruby-head
    - rvm: rbx

branches:
  only:
    - master

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
zapata-0.1.4 .travis.yml
zapata-0.1.3 .travis.yml
zapata-0.1.2 .travis.yml