upgrade test bot to xenial (ubuntu 16.04 LTS)

Older glibc seemingly doesn't have right unwind info for signal frame,
so fails recently upgraded stacktrace_unittest. But since this version
is not supported anymore, lets just test newer glibc.
This commit is contained in:
Aliaksey Kandratsenka 2021-02-14 23:02:28 -08:00
parent 91ff311449
commit 9ce32aefa9
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
language: c++
sudo: required
dist: trusty
dist: xenial
script: ./autogen.sh && ./configure && make -j`getconf _NPROCESSORS_ONLN` && make check