try without sudo

pull/325/head
Brad House 5 years ago
parent f1915252db
commit 1ee90f2a5a
  1. 2
      .travis.yml
  2. 2
      m4/ax_code_coverage.m4

@ -1,6 +1,6 @@
language: c++
dist: bionic
sudo: true
sudo: false
addons:
apt:
packages:

@ -104,7 +104,7 @@ AC_DEFUN([AX_CODE_COVERAGE],[
])
# List of supported lcov versions.
lcov_version_list="1.6 1.7 1.8 1.9 1.10 1.11"
lcov_version_list="1.6 1.7 1.8 1.9 1.10 1.11 1.13"
AC_CHECK_PROG([LCOV], [lcov], [lcov])
AC_CHECK_PROG([GENHTML], [genhtml], [genhtml])

Loading…
Cancel
Save