summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorAndrey Andreev <narf@bofh.bg>2012-11-12 16:37:39 +0100
committerAndrey Andreev <narf@bofh.bg>2012-11-12 16:37:39 +0100
commitde00a69c162e3af5537175afb7aab216866331f1 (patch)
tree57084f6dba1c8991ebbc6c133271f9caa0d87287 /.travis.yml
parent7a7ad782b2f125622509a77c5a6f94ad4ae0f93c (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.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 0 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index 62acf05e5..a1635eaa8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,11 +4,6 @@ php:
- 5.3
- 5.4
-services:
- - mysql
- - postgresql
- - sqlite
-
env:
- DB=mysql
- DB=pgsql