Merge pull request #38 from bentolor/fix/kernel-5.3

Add KVER=5.2 and KVER=5.3 to travis configuration
This commit is contained in:
Simon Fels 2019-11-14 15:13:46 -08:00 committed by GitHub
commit e0a237e571
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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: