aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.travis.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 13d9c1e538..810ad1f2fd 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -20,7 +20,7 @@ matrix:
os: osx
osx_image: xcode11.2
env: PCAP=OFF
- - name: Linux (gcc-8) with PCAP
+ - name: Linux amd64 (gcc-8) with PCAP
os: linux
addons:
apt:
@@ -55,7 +55,7 @@ matrix:
arch: ppc64le
env:
- PCAP=ON
- - name: Linux (gcc-8) without PCAP
+ - name: Linux amd64 (gcc-8) without PCAP
os: linux
addons:
apt:
@@ -67,7 +67,7 @@ matrix:
- CXX=g++-8
- CC=gcc-8
- PCAP=OFF
- - name: Linux (clang) with PCAP
+ - name: Linux amd64 (clang) with PCAP
os: linux
env:
- CXX=clang++
@@ -94,7 +94,7 @@ matrix:
- CXX=clang++
- CC=clang
- PCAP=ON
- - name: Linux (clang) without PCAP
+ - name: Linux amd64 (clang) without PCAP
os: linux
env:
- CXX=clang++