Sha256: 384427040bbd05e34b90e2466ac451bba375f650bfb60505c5b77a5bec244ad2

Contents?: true

Size: 476 Bytes

Versions: 1

Compression:

Stored size: 476 Bytes

Contents

language: ruby
before_install:
  - gem install bundler
before_script:
  - rake db:migrate
script:
  - rake ci
rvm:
  - 2.0.0
  - 2.1.8
  - 2.2.4
  - 2.3.0
gemfile:
  - test/gemfiles/Gemfile.rails.4.0
  - test/gemfiles/Gemfile.rails.4.1
  - test/gemfiles/Gemfile.rails.4.2
branches:
  only:
    - master
matrix:
  fast_finish: true
  include:
    - rvm: 2.2.0
      gemfile: test/gemfiles/Gemfile.rails.master
  allow_failures:
    - gemfile: test/gemfiles/Gemfile.rails.master

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
comfortable_mexican_sofa-1.12.9 .travis.yml