commit | de00a69c162e3af5537175afb7aab216866331f1 | [log] [tgz] |
---|---|---|
author | Andrey Andreev <narf@bofh.bg> | Mon Nov 12 17:37:39 2012 +0200 |
committer | Andrey Andreev <narf@bofh.bg> | Mon Nov 12 17:37:39 2012 +0200 |
tree | 57084f6dba1c8991ebbc6c133271f9caa0d87287 | |
parent | 7a7ad782b2f125622509a77c5a6f94ad4ae0f93c [diff] |
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.
diff --git a/.travis.yml b/.travis.yml index 62acf05..a1635ea 100644 --- a/.travis.yml +++ b/.travis.yml
@@ -4,11 +4,6 @@ - 5.3 - 5.4 -services: - - mysql - - postgresql - - sqlite - env: - DB=mysql - DB=pgsql