Sha256: 4f59ea5c491f2219d74af7de9324c1f3477d0ed8eb3d6b95ad540bc0a33a531b

Contents?: true

Size: 759 Bytes

Versions: 3

Compression:

Stored size: 759 Bytes

Contents

sudo: false
language:
  - ruby

rvm:
  - "1.9.3"
  - "2.0.0"
  - "2.1.5"
  - "2.2.0"
  - "2.3.1"
  - "2.4.0"

env:
  global:
    - "TESTOPTS=--verbose"
  matrix:
    - "DB=mysql DB_CONN_STRING=mysql2://root@localhost/travis_ci_test CONCURRENT_RUBY_EXT=true"
    - "DB=postgresql DB_CONN_STRING=postgres://postgres@localhost/travis_ci_test CONCURRENT_RUBY_EXT=true"
    - "DB=sqlite3 CONCURRENT_RUBY_EXT=true"
    - "DB=mysql DB_CONN_STRING=mysql2://root@localhost/travis_ci_test CONCURRENT_RUBY_EXT=false"
    - "DB=postgresql DB_CONN_STRING=postgres://postgres@localhost/travis_ci_test CONCURRENT_RUBY_EXT=false"
    - "DB=sqlite3 CONCURRENT_RUBY_EXT=false"

install:
  - test/prepare_travis_env.sh

script:
  - bundle exec rubocop
  - bundle exec rake test

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
dynflow-0.8.24 .travis.yml
dynflow-0.8.23 .travis.yml
dynflow-0.8.22 .travis.yml