Sha256: aa0a9cde030ba02065123c5fa6ecbd15411e068a35aebb7fc7f4b397a7f9f2a8

Contents?: true

Size: 711 Bytes

Versions: 4

Compression:

Stored size: 711 Bytes

Contents

sudo: false
language:
  - ruby

rvm:
  - "1.9.3"
  - "2.0.0"
  - "2.1.5"
  - "2.2.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 rake test

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
dynflow-0.8.13 .travis.yml
dynflow-0.8.12 .travis.yml
dynflow-0.8.11 .travis.yml
dynflow-0.8.10 .travis.yml