Travis ci

This commit is contained in:
yafeilee 2016-04-25 14:36:42 +08:00
parent 468364302d
commit ca48a639c5
1 changed files with 2 additions and 2 deletions

View File

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