diff options
author | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2020-04-08 12:51:15 +0200 |
---|---|---|
committer | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2020-04-08 12:51:15 +0200 |
commit | 85b39920a628a21b8c2c2e51be1560f377d6666d (patch) | |
tree | 8c08afe2a253f17ccf4f147f81ffb515d05c70a7 /.travis.yml | |
parent | 63ad0040f1a5930c8bfabacdf5744480e6019040 (diff) | |
download | tcpdump-85b39920a628a21b8c2c2e51be1560f377d6666d.tar.gz |
Travis CI: Add more CPU architectures
Add ppc64le, s390x and arm64 architectures.
https://docs.travis-ci.com/user/multi-cpu-architectures/
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 74fae1cf..9e1a4a32 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,11 @@ language: c +arch: + - amd64 + - ppc64le + - s390x + - arm64 + os: - linux - osx |