Sha256: 1f76386d3480cee2ece96cb441df38ab92c6bfc760a451c1dedc8f82620d85b7

Contents?: true

Size: 511 Bytes

Versions: 4

Compression:

Stored size: 511 Bytes

Contents

language: ruby
rvm:
  - 2.2
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

4 entries across 4 versions & 1 rubygems

Version Path
strong_migrations-0.1.4 .travis.yml
strong_migrations-0.1.3 .travis.yml
strong_migrations-0.1.2 .travis.yml
strong_migrations-0.1.1 .travis.yml