Sha256: 310833a282403f2d4511bd45d222111a34dc7df6e6b7637d59cf2871d785fd3c

Contents?: true

Size: 354 Bytes

Versions: 7

Compression:

Stored size: 354 Bytes

Contents

cache: bundler

language: ruby

services:
  - mysql
  - postgresql

rvm:
  - '2.2.7'
  - '2.3.4'
  - '2.4.1'

before_install: gem update bundler
before_script:
  - psql -c 'CREATE DATABASE reports_kit_test;' -U postgres
  - mysql -e 'CREATE DATABASE IF NOT EXISTS reports_kit_test;'
  - bundle exec appraisal install

script: bundle exec appraisal rspec

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
reports_kit-0.5.0 .travis.yml
reports_kit-0.4.1 .travis.yml
reports_kit-0.4.0 .travis.yml
reports_kit-0.3.3 .travis.yml
reports_kit-0.3.2 .travis.yml
reports_kit-0.3.1 .travis.yml
reports_kit-0.3.0 .travis.yml