summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorGreg Rose <gvrose8192@gmail.com>2020-03-06 14:37:21 -0800
committerBen Pfaff <blp@ovn.org>2020-03-06 14:40:10 -0800
commit59e994426645358a271a0c9f485e9defafffd474 (patch)
tree7314a1a32fffc87b145e4cbb1c6ef2c445527704 /.travis.yml
parent73a6e112a5395c28b22126a205ce3f9ed17739ca (diff)
downloadopenvswitch-59e994426645358a271a0c9f485e9defafffd474.tar.gz
datapath: Update kernel test list, news and FAQ
We are adding support for Linux kernels up to 5.5 so update the Travis test list, NEWS and FAQ. Signed-off-by: Greg Rose <gvrose8192@gmail.com> Signed-off-by: Ben Pfaff <blp@ovn.org>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index abd2a9117..ef9f86755 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -38,7 +38,7 @@ env:
- TESTSUITE=1 OPTS="--enable-shared"
- TESTSUITE=1 DPDK=1
- TESTSUITE=1 LIBS=-ljemalloc
- - KERNEL_LIST="5.0 4.20 4.19 4.18 4.17 4.16"
+ - KERNEL_LIST="5.5 4.20 4.19 4.18 4.17 4.16"
- KERNEL_LIST="4.15 4.14 4.9 4.4 3.19 3.16"
- AFXDP=1 KERNEL=5.3
- M32=1 OPTS="--disable-ssl"