Travis yml

This commit is contained in:
yafeilee 2016-04-25 14:46:33 +08:00
parent a956a91501
commit deaa69f89e
1 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,8 @@ before_install:
- "echo 'gem: --no-ri --no-rdoc' > ~/.gemrc"
- "gem install bundler"
- "bundle -v"
before_script:
- "cp -f config/database.yml.example config/database.yml"
- "cp -f config/application.yml.example config/application.yml"
- "bundle exec rake db:drop db:create db:schema:load --trace 2>&1"