summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2018-09-17 13:37:33 +0200
committerNikita Popov <nikita.ppv@gmail.com>2018-09-17 17:10:49 +0200
commit70d47b3c4a6e0dbe646cf2de51c71dd0ab86493f (patch)
treeca33ccedcced6d14cb2d28927a0f2fb8572be6c1 /.travis.yml
parentd2dc0a32911c0e08986da799ce11e18c3fa5ca57 (diff)
downloadphp-git-70d47b3c4a6e0dbe646cf2de51c71dd0ab86493f.tar.gz
Switch Travis build to Xenial
Also explicitly start the mysql and pgsql services, as these are no longer running by default.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml7
1 files changed, 6 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index e2609e474e..f37114d198 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,4 +1,4 @@
-dist: trusty
+dist: xenial
language: c
sudo: required
addons:
@@ -18,6 +18,11 @@ addons:
- libxpm-dev
- libzip-dev
+
+services:
+ - mysql
+ - postgresql
+
notifications:
email:
on_failure: change