Sha256: b7638c6ef5318de4d4ded0605b4f1fc21f37429edd7d1b0e1690dd785bd65d51

Contents?: true

Size: 1.17 KB

Versions: 5

Compression:

Stored size: 1.17 KB

Contents

language: ruby
cache: bundler
rvm:
  - 2.2.4

env:
  global:
    # https://github.com/discourse/discourse/blob/master/.travis.yml
    - RUBY_GC_MALLOC_LIMIT=50000000
  matrix:
    - AR_VERSION=3.2
    - AR_VERSION=4.0
    - AR_VERSION=4.1
    - AR_VERSION=4.2
    - AR_VERSION=5.0

matrix:
  include:
    - rvm: jruby-9.0.5.0
      env: AR_VERSION=4.2
      script:
        - bundle exec rake test:jdbcmysql
        - bundle exec rake test:jdbcpostgresql

  fast_finish: true

before_script:
  - mysql -e 'create database activerecord_import_test;'
  - psql -c 'create database activerecord_import_test;' -U postgres
  - psql -U postgres -c "create extension postgis"
  - cp test/travis/database.yml test/database.yml

addons:
  apt:
    sources:
      - travis-ci/sqlite3
    packages:
      - sqlite3

script:
  - bundle exec rake test:mysql2
  - bundle exec rake test:mysql2_makara
  - bundle exec rake test:mysql2spatial
  - bundle exec rake test:postgis
  - bundle exec rake test:postgresql
  - bundle exec rake test:postgresql_makara
  - bundle exec rake test:seamless_database_pool
  - bundle exec rake test:spatialite
  - bundle exec rake test:sqlite3
  - bundle exec rubocop

sudo: false

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
activerecord-import-uuid-0.2 .travis.yml
activerecord-import-uuid-0.1 .travis.yml
activerecord-import-0.15.0 .travis.yml
activerecord-import-0.14.1 .travis.yml
activerecord-import-0.14.0 .travis.yml