Skip to content

Commit 96ddadf

Browse files
authored
Update .travis.yml
1 parent adaf038 commit 96ddadf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ matrix:
4444
arch: s390x
4545
before_script:
4646
- COMMON_FLAGS="DYNAMIC_ARCH=1 TARGET=Z13 NUM_THREADS=32"
47-
- apt-get install --only-upgrade binutils
47+
- sudo apt-get install --only-upgrade binutils
4848
env:
4949
# for matrix annotation only
5050
- TARGET_BOX=IBMZ_LINUX
@@ -57,7 +57,7 @@ matrix:
5757
compiler: clang
5858
before_script:
5959
- COMMON_FLAGS="DYNAMIC_ARCH=1 TARGET=Z13 NUM_THREADS=32"
60-
- apt-get install --only-upgrade binutils
60+
- sudo apt-get install --only-upgrade binutils
6161
env:
6262
# for matrix annotation only
6363
- TARGET_BOX=IBMZ_LINUX

0 commit comments

Comments
 (0)