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

Commit e4aaa8a

Browse files
committed
Upgrade just binutils
1 parent 49e5299 commit e4aaa8a

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 -y binutils; fi
40+
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then sudo apt-get install -y --only-upgrade 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)