Sha256: 647467faf455a2457a523037dc7ee77301d7cc2bdd3208625879c4e7f2772199

Contents?: true

Size: 474 Bytes

Versions: 6

Compression:

Stored size: 474 Bytes

Contents

language: ruby
rvm:
  - 2.4.1
gemfile:
  - Gemfile
  - test/gemfiles/activerecord50.gemfile
  - test/gemfiles/activerecord42.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.4.1

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
strong_migrations-0.2.2 .travis.yml
strong_migrations-0.2.1 .travis.yml
strong_migrations-0.2.0 .travis.yml
strong_migrations-0.1.9 .travis.yml
strong_migrations-0.1.8 .travis.yml
strong_migrations-0.1.7 .travis.yml