diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index f27f600962..8e00dc4371 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,3 +25,7 @@ cache: directories: - node_modules - .tox +services: + - mongodb + # Enable when we stop using sqlite for API tests + # - postgresql |