Sha256: ccd2b890f913b815c2c8da9d8105b865ec8a8712223e10fbec93c84310ee76cc

Contents?: true

Size: 597 Bytes

Versions: 8

Compression:

Stored size: 597 Bytes

Contents

language: ruby

services:
  - postgresql
  - redis

rvm:
  - "2.3.1"
  - "2.4.0"
  - "2.5.0"

env:
  global:
    - "TESTOPTS=--verbose DB=postgresql DB_CONN_STRING=postgres://postgres@localhost/travis_ci_test"

matrix:
  include:
    - rvm: "2.4.0"
      env: "DB=mysql DB_CONN_STRING=mysql2://root@localhost/travis_ci_test"
      services:
        - mysql
        - redis
    - rvm: "2.4.0"
      env: "DB=sqlite3 DB_CONN_STRING=sqlite:/"
    - rvm: "2.4.0"
      env: "CONCURRENT_RUBY_EXT=true"

install:
  - test/prepare_travis_env.sh

script:
  - bundle exec rubocop
  - bundle exec rake test

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
dynflow-1.4.9 .travis.yml
dynflow-1.4.8 .travis.yml
dynflow-1.4.7 .travis.yml
dynflow-1.4.6 .travis.yml
dynflow-1.4.5 .travis.yml
dynflow-1.4.4 .travis.yml
dynflow-1.4.3 .travis.yml
dynflow-1.4.2 .travis.yml