diff options
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index dfc23581..0ef3a2c5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,9 @@ notifications: git: depth: 3 +services: + - postgresql + language: php sudo: false |