Sha256: c18247094d55ce76f44b40adc33592c992df340c81fbb5a68c4dc18b01e5a404
Contents?: true
Size: 427 Bytes
Versions: 2
Compression:
Stored size: 427 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 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
mj-suspenders-0.0.7 | templates/travis.yml.erb |
mj-suspenders-0.0.6 | templates/travis.yml.erb |