diff --git a/.travis.yml b/.travis.yml index 35fc50efb1..ef1415bdb4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -45,6 +45,11 @@ matrix: - CXX=g++-8 - CC=gcc-8 - PCAP=ON + - name: Linux s390x (gcc-7) with PCAP + os: linux + arch: s390x + env: + - PCAP=ON - name: Linux (gcc-8) without PCAP os: linux addons: @@ -70,6 +75,13 @@ matrix: - CXX=clang++ - CC=clang - PCAP=ON + - name: Linux s390x (clang) with PCAP + os: linux + arch: s390x + env: + - CXX=clang++ + - CC=clang + - PCAP=ON - name: Linux (clang) without PCAP os: linux env: