From: Dmitry V. Levin Date: Tue, 12 Jun 2018 12:27:22 +0000 (+0000) Subject: travis: re-enable testing with the latest mainline kernel headers X-Git-Tag: v4.23~9 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6527c044f314acb90c85bbd6250ed4a2134f4fb2;p=strace travis: re-enable testing with the latest mainline kernel headers As is out of the game now, the Linux commit v4.17-rc3-7-g7a074e9 should not cause harm anymore, so let's enable testing with the latest mainline kernel headers again. * .travis.yml (matrix): Do not specify KBRANCH for KHEADERS=torvalds/linux. --- diff --git a/.travis.yml b/.travis.yml index 3678eaf7..af823f99 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,7 +24,6 @@ matrix: - STACKTRACE=libunwind - CHECK=coverage - KHEADERS=torvalds/linux - - KBRANCH=v4.17 - compiler: gcc env: - TARGET=x86_64