travis: Build on Ubuntu Xenial (16.04)

This commit is contained in:
Tobias Brunner
2018-11-21 14:36:38 +01:00
parent 9820e3dd59
commit cfdab423fb
2 changed files with 8 additions and 19 deletions
+1 -4
View File
@@ -1,7 +1,7 @@
language: c
sudo: required
dist: trusty
dist: xenial
# don't build tags separately
if: tag IS blank
@@ -75,8 +75,5 @@ matrix:
env: TEST=apidoc
- compiler: gcc
env: TEST=win64 MONOLITHIC=yes
# this does not work on 14.04 due to a missing @4 decoration for
# TryAcquireSRWLockExclusive in MinGW 3.1.0
- compiler: gcc
env: TEST=win32 MONOLITHIC=yes
dist: precise