Sha256: b273f72b6e1cc7fe92b5d79a5423ea74834ec0f457237ccfe26faba4c37fb91e

Contents?: true

Size: 482 Bytes

Versions: 1

Compression:

Stored size: 482 Bytes

Contents

language: ruby
before_install:
  - gem install bundler
before_script:
  - rake db:migrate
script:
  - rake test:all
rvm:
  - 1.9.3
  - 2.0.0
  - 2.1.5
  - 2.2.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
comfy_blog-1.12.2 .travis.yml