Skip to content
This repository was archived by the owner on Dec 4, 2023. It is now read-only.

Commit 49e5299

Browse files
committed
Make sure we confirm anything apt asks us
1 parent e999335 commit 49e5299

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ bundler_args: --jobs=4 --retry=3
3737
before_install:
3838
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then gem update bundler; fi
3939
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then sudo apt-get update; fi
40-
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then sudo apt-get upgrade binutils; fi
40+
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then sudo apt-get upgrade -y binutils; fi
4141
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then sudo gem install bundler; fi
4242
script:
4343
- git submodule update --init

0 commit comments

Comments
 (0)