Skip to content

Commit 88e3857

Browse files
committed
Updated .travis.yml with new services param
See http://about.travis-ci.org/blog/august-2012-upcoming-ci-environment-updates/ for details
1 parent e316284 commit 88e3857

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ language: php
33
php:
44
- 5.3
55
- 5.4
6+
7+
services:
8+
- mysql
9+
- postgresql
10+
- sqlite
611

712
env:
813
- DB=mysql

0 commit comments

Comments
 (0)