From 96ddadf16444de9a8d3d4b1fe0a2aaeb7984264d Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Sat, 30 Apr 2022 18:49:04 +0200 Subject: [PATCH] Update .travis.yml --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index e06ec4d1b..f05148352 100644 --- a/.travis.yml +++ b/.travis.yml @@ -44,7 +44,7 @@ matrix: arch: s390x before_script: - COMMON_FLAGS="DYNAMIC_ARCH=1 TARGET=Z13 NUM_THREADS=32" - - apt-get install --only-upgrade binutils + - sudo apt-get install --only-upgrade binutils env: # for matrix annotation only - TARGET_BOX=IBMZ_LINUX @@ -57,7 +57,7 @@ matrix: compiler: clang before_script: - COMMON_FLAGS="DYNAMIC_ARCH=1 TARGET=Z13 NUM_THREADS=32" - - apt-get install --only-upgrade binutils + - sudo apt-get install --only-upgrade binutils env: # for matrix annotation only - TARGET_BOX=IBMZ_LINUX