diff options
author | Alex Bilbie <alex@alexbilbie.com> | 2012-09-12 18:45:21 +0200 |
---|---|---|
committer | Alex Bilbie <alex@alexbilbie.com> | 2012-09-12 18:45:21 +0200 |
commit | 88e3857ec2328e1dc4168c8343367d9d9e54d019 (patch) | |
tree | a64f61d010158a4533eba3c4d5aa4f1b757f3b5e | |
parent | e3162843d9c2ca7e35f09741b6a361813473d4c5 (diff) |
Updated .travis.yml with new services param
See http://about.travis-ci.org/blog/august-2012-upcoming-ci-environment-updates/ for details
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 5 insertions, 0 deletions
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 |