datapath: Add support for 4.2 kernel.
[cascardo/ovs.git] / .travis.yml
1 language: c
2 compiler:
3   - gcc
4   - clang
5
6 before_install: ./.travis/prepare.sh
7
8 sudo: true
9
10 env:
11   - OPTS="--disable-ssl"
12   - TESTSUITE=1 KERNEL=3.18.1
13   - TESTSUITE=1 OPTS="--enable-shared"
14   - BUILD_ENV="-m32" OPTS="--disable-ssl"
15   - KERNEL=4.2
16   - KERNEL=4.1.6
17   - KERNEL=3.17.7 DPDK=1
18   - KERNEL=3.17.7 DPDK=1 OPTS="--enable-shared"
19   - KERNEL=3.18.21
20   - KERNEL=3.16.7
21   - KERNEL=3.14.27
22   - KERNEL=3.12.35
23   - KERNEL=3.10.63
24   - KERNEL=3.4.105
25   - KERNEL=2.6.32.65
26
27 script: ./.travis/build.sh $OPTS
28
29 notifications:
30   email:
31     recipients:
32       - build@openvswitch.org