Commit 9450a812 by tady

commit database.yml, settings.yml

parent 4eaaa5c2
......@@ -17,17 +17,12 @@
/log/*.log
/tmp
/coverage/.*
*.bk
/db/*.sql
# secret files
/config/database.yml
/config/settings.yml
/backup
/script/backup.sh
......
......@@ -20,8 +20,6 @@ before_install:
- sh ./script/travis/bundle_install.sh
before_script:
- mysql -e 'CREATE DATABASE rendezvous_test;'
- cp config/database.yml.example config/database.yml
- cp config/settings.yml.example config/settings.yml
after_script:
- ruby script/travis/bundle_cache.rb
script: bundle exec rake db:create db:test:load spec teaspoon
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment