diff options
author | Frédéric Guillot <fred@kanboard.net> | 2019-08-03 19:42:21 -0700 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2019-08-03 19:42:21 -0700 |
commit | 355de9fb455241adf1ac19346140bc3e3748906a (patch) | |
tree | 949ce05e80a36a7ea4a97e2f5f3e52d68e48763e | |
parent | 216f2dee122424d7432769b2fd7cd9b902536a0c (diff) |
Enable explicitly Postgresql in travis.yml
-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 |