From 88e3857ec2328e1dc4168c8343367d9d9e54d019 Mon Sep 17 00:00:00 2001 From: Alex Bilbie Date: Wed, 12 Sep 2012 18:45:21 +0200 Subject: Updated .travis.yml with new services param MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See http://about.travis-ci.org/blog/august-2012-upcoming-ci-environment-updates/ for details --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 2496def0b..62acf05e5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,11 @@ language: php php: - 5.3 - 5.4 + +services: + - mysql + - postgresql + - sqlite env: - DB=mysql -- cgit v1.2.3-24-g4f1b