rake test
ci:lite
The `ci:lite` task is busted but the `test` task works just fine.
rake db:reset
If this doesn't work, I'll implement a poll mechanism next.
We need some extra setup work that's easier to accomplish in a separate script than embedding it all in the Travis CI configuration. Follow the scripts-to-rule-them-all pattern from GitHub and add a script/cibuild for that purpose.