summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index afbd579a3..e6579e269 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,7 +6,7 @@ php:
- 7
env:
global:
- - CORE_BRANCH=stable10
+ - CORE_BRANCH=stable11
matrix:
- DB=pgsql
@@ -58,3 +58,7 @@ after_failure:
addons:
firefox: "latest"
+
+services:
+ - postgresql
+ - mysql \ No newline at end of file