Skip to content

Commit

Permalink
upgrade test bot to xenial (ubuntu 16.04 LTS)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
alk committed Feb 15, 2021
1 parent 91ff311 commit 9ce32ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
language: c++
sudo: required
dist: trusty
dist: xenial
script: ./autogen.sh && ./configure && make -j`getconf _NPROCESSORS_ONLN` && make check

0 comments on commit 9ce32ae

Please sign in to comment.