Sha256: dcdc69e66424d4ac1115b0047a9bdc82693a955e7843c335261ef5cb48e97024

Contents?: true

Size: 747 Bytes

Versions: 11

Compression:

Stored size: 747 Bytes

Contents

sudo: false
language:
  - ruby

rvm:
  - "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

11 entries across 11 versions & 1 rubygems

Version Path
dynflow-0.8.35 .travis.yml
dynflow-0.8.34 .travis.yml
dynflow-0.8.33 .travis.yml
dynflow-0.8.32 .travis.yml
dynflow-0.8.31 .travis.yml
dynflow-0.8.30 .travis.yml
dynflow-0.8.29 .travis.yml
dynflow-0.8.28 .travis.yml
dynflow-0.8.27 .travis.yml
dynflow-0.8.26 .travis.yml
dynflow-0.8.25 .travis.yml