Sha256: 498e45dc08d947717b499cfe640d3e5a46b39be1c674d2a363ca6ec31599d3be
Contents?: true
Size: 699 Bytes
Versions: 10
Compression:
Stored size: 699 Bytes
Contents
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
10 entries across 10 versions & 1 rubygems