Sha256: 3741b946ba667da5cf531aad42b15d35065a60965dca50b94b06c04e68a55baa

Contents?: true

Size: 464 Bytes

Versions: 5

Compression:

Stored size: 464 Bytes

Contents

language: ruby
rvm:
  - 1.9.3
  - 2.0.0
  - 2.1.0
  - 2.1.1
env:
  - DB=sqlite
  - DB=mysql
  - DB=postgresql
script:
  - RAILS_ENV=test bundle exec rake db:migrate --trace
  - bundle exec rake db:test:prepare
  - bundle exec rspec spec/
before_script:
  - mysql -e 'create database <%= app_name %>_test'
  - psql -c 'create database  <%= app_name %>_test' -U postgres
branches:
  only: master
notifications:
  email:
    on_failure: change
    on_failure: always

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
mj-suspenders-0.0.5 templates/travis.yml.erb
mj-suspenders-0.0.4 templates/travis.yml.erb
mj-suspenders-0.0.3 templates/travis.yml.erb
mj-suspenders-0.0.2 templates/travis.yml.erb
mj-suspenders-0.0.1 templates/travis.yml.erb