From 6ebb94b78ae4b93883f18e4716f38f5fe35d896d Mon Sep 17 00:00:00 2001 From: Benjamin Schmid Date: Tue, 29 Oct 2019 12:12:20 +0100 Subject: [PATCH] Add KVER=5.2 and KVER=5.3 to travis configuration --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index a01199f..1fdae9f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,6 +27,8 @@ env: - KVER=4.17 - KVER=5.0 && CC=gcc-8 - KVER=5.1 && CC=gcc-8 + - KVER=5.2 && CC=gcc-8 + - KVER=5.3 && CC=gcc-8 - KVER=master && CC=gcc-8 matrix: