From de00a69c162e3af5537175afb7aab216866331f1 Mon Sep 17 00:00:00 2001 From: Andrey Andreev Date: Mon, 12 Nov 2012 17:37:39 +0200 Subject: 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. --- .travis.yml | 5 ----- 1 file changed, 5 deletions(-) (limited to '.travis.yml') 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 -- cgit v1.2.3-24-g4f1b