Travis ci

This commit is contained in:
yafeilee 2016-04-25 14:37:17 +08:00
parent ca48a639c5
commit a956a91501
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ before_install:
- "gem install bundler"
- "bundle -v"
- "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"
services: