Browse Source

Switch Travis build to Xenial

Also explicitly start the mysql and pgsql services, as these are
no longer running by default.
pull/3532/head
Nikita Popov 7 years ago
parent
commit
70d47b3c4a
  1. 7
      .travis.yml

7
.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

Loading…
Cancel
Save