Sha256: 663f1a3a762e33fc8077ab2b348ae7e7e8e6298d23154e3a855694f9a786ccb6

Contents?: true

Size: 735 Bytes

Versions: 8

Compression:

Stored size: 735 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 rubocop
  - bundle exec rake test

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
dynflow-0.8.21 .travis.yml
dynflow-0.8.20 .travis.yml
dynflow-0.8.19 .travis.yml
dynflow-0.8.18 .travis.yml
dynflow-0.8.17 .travis.yml
dynflow-0.8.16 .travis.yml
dynflow-0.8.15 .travis.yml
dynflow-0.8.14 .travis.yml