Sha256: e54b0fbf4672d8b5f8679f4571de82713584fe51b55e0d0d73b79c427dc05d5d
Contents?: true
Size: 571 Bytes
Versions: 2
Compression:
Stored size: 571 Bytes
Contents
language: ruby services: - postgresql 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 - 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
dynflow-1.4.1 | .travis.yml |
dynflow-1.4.0 | .travis.yml |