aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorDario Lombardo <lomato@gmail.com>2019-11-13 12:24:35 +0100
committerAnders Broman <a.broman58@gmail.com>2019-11-14 08:23:39 +0000
commitc9388414699f9dc0eb52515a41598abc46814046 (patch)
treebbc77d94e73d191fe4b417dffa85dc651fd4ce0a /.travis.yml
parent12969c22ba7876fcf17e44b6be8410f096aebfbf (diff)
travis: add arch name to linux builds.
Change-Id: Ib39b366069fb8e0104368bc23cfe2263553fb9f4 Reviewed-on: https://code.wireshark.org/review/35083 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to '.travis.yml')
-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++