Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsplitt3r <splitt3r@users.noreply.github.com>2017-10-22 11:36:29 +0300
committersplitt3r <splitt3r@users.noreply.github.com>2017-10-22 11:36:29 +0300
commitbe187ed34aeaa4e4f769d685fa61637de4be0f21 (patch)
tree69fa21af25712efc31cc51cf3ac5c6853d4f2f99 /.travis.yml
parentc79265ea7addb78817a8daaeb6aeefa68ea5b597 (diff)
Fixed folder structure in tarball
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index c51172c8..a831484b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,6 +2,10 @@ sudo: false
dist: trusty
language: php
+services:
+ - mysql
+ - postgresql
+
php:
- 5.6
- 7.0