Sha256: a5a737189f0f563273399fb0e0c190a4d4302cabaaa417897bc865bd96f91d36

Contents?: true

Size: 513 Bytes

Versions: 2

Compression:

Stored size: 513 Bytes

Contents

language: ruby
rvm:
  - 2.3.1
gemfile:
  - Gemfile
  - test/gemfiles/activerecord32.gemfile
  - test/gemfiles/activerecord40.gemfile
  - test/gemfiles/activerecord41.gemfile
script: bundle exec rake test
before_script:
  - psql -c 'create database strong_migrations_test;' -U postgres
  - mysql -e 'create database strong_migrations_test;'
notifications:
  email:
    on_success: never
    on_failure: change
matrix:
  include:
    - gemfile: test/gemfiles/mysql2.gemfile
      env: ADAPTER=mysql2
      rvm: 2.2

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
strong_migrations-0.1.6 .travis.yml
strong_migrations-0.1.5 .travis.yml