Project

General

Profile

« Previous | Next » 

Revision 39642bae

Added by Ohad Levy over 12 years ago

  • ID 39642bae4a43fa1ec48e7fb57e8fb9b4e4e26b4e

default settings are not loading during db:migrate, just calling it twice to ensure they are loaded into the db

View differences:

.travis.yml
language: ruby
bundler_args: --without development
before_install: ./extras/ci/setup.sh
before_script: bundle exec rake db:migrate
before_script: bundle exec rake db:migrate && bundle exec rake db:migrate
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
# - rbx-19mode # currently in active development, may or may not work for your project
# uncomment this line if your project needs to run something other than `rake`:
# - 1.9.2
# - 1.9.3
branches:
only:
- develop

Also available in: Unified diff