Merge pull request #43 from pevik/kernel-v5.4

travis: Add kernel v5.4
This commit is contained in:
Simon Fels 2020-06-14 10:15:28 +02:00 committed by GitHub
commit 98f0f3b3b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ env:
- KVER=5.1 && CC=gcc-8
- KVER=5.2 && CC=gcc-8
- KVER=5.3 && CC=gcc-8
- KVER=5.4 && CC=gcc-8
- KVER=master && CC=gcc-8
matrix: