From eada3b4f5343441669034ee05d76c98aa7a1d3cc Mon Sep 17 00:00:00 2001 From: Marc Kleine-Budde Date: Mon, 19 Oct 2020 14:37:30 +0200 Subject: [PATCH] travis: fix env for ppc64le Fixes: b7ba7f32fc8e ("added script to run on power") Signed-off-by: Marc Kleine-Budde --- .travis.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 61c0037..5c5e11e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -52,28 +52,28 @@ matrix: # ppc64le - - env: test="x64 4.8.4 (make)" + - env: test="ppc64le 4.8.4 (make)" os: linux dist: trusty compiler: gcc script: make arch: ppc64le - - env: test="x64 4.8.4 (autotools)" + - env: test="ppc64le 4.8.4 (autotools)" os: linux dist: trusty compiler: gcc script: ./autogen.sh && ./configure CFLAGS="-Werror -Wno-unused-result" && make distcheck arch: ppc64le - - env: test="x64 5.0 (autotools)" + - env: test="ppc64le 5.0 (autotools)" os: linux dist: trusty compiler: clang script: ./autogen.sh && ./configure CFLAGS="-Werror -Wno-unused-result" && make distcheck arch: ppc64le - - env: test="x64 4.8.4 (CMake gcc)" + - env: test="ppc64le 4.8.4 (CMake gcc)" os: linux dist: trusty compiler: gcc @@ -83,7 +83,7 @@ matrix: script: make arch: ppc64le - - env: test="x64 5.0 (CMake clang)" + - env: test="ppc64le 5.0 (CMake clang)" os: linux dist: trusty compiler: clang @@ -93,7 +93,7 @@ matrix: script: make arch: ppc64le - - env: test="x64 5.0 (CMake clang - Ninja) Debug" + - env: test="ppc64le 5.0 (CMake clang - Ninja) Debug" os: linux dist: trusty compiler: clang