Skip to content

Commit 70d47b3

Browse files
committed
Switch Travis build to Xenial
Also explicitly start the mysql and pgsql services, as these are no longer running by default.
1 parent d2dc0a3 commit 70d47b3

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.travis.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
dist: trusty
1+
dist: xenial
22
language: c
33
sudo: required
44
addons:
@@ -18,6 +18,11 @@ addons:
1818
- libxpm-dev
1919
- libzip-dev
2020

21+
22+
services:
23+
- mysql
24+
- postgresql
25+
2126
notifications:
2227
email:
2328
on_failure: change

0 commit comments

Comments
 (0)