Remove 'services' directive from .travis.yml

According to the Travis docs at http://about.travis-ci.org/docs/user/database-setup/,
mysql and postgre are started on boot (and therefore don't need manual a start), while
we all know that sqlite is not a service and doesn't need that either.
1 file changed