summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2020-10-19 16:25:05 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2020-10-27 10:00:45 +1000
commit9b7d679ebe1f12eb61814dcd9aba6f7cbdedbb57 (patch)
treec1d68f8487d3902d25087fae09376c28fa93d8f4
parent9bf6954aaee05ebc32d86ca8297d8bcbe927c46f (diff)
downloadxf86-input-wacom-9b7d679ebe1f12eb61814dcd9aba6f7cbdedbb57.tar.gz
travis CI: order ppc64le after amd64
https://docs.travis-ci.com/user/multi-cpu-architectures/ says that "explicitly included builds inherit the first value in an array" and the example there matches our configuration. Moving ppc64le to after amd64 means the coverity job we have is now (again) run on amd64 only, fixing the current test case failures - Coverity doesn't support ppc64le. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index a8d28a2..4c28454 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,8 +5,8 @@ compiler:
- clang
arch:
- - ppc64le
- amd64
+ - ppc64le
addons:
apt: