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

Commit e999335

Browse files
committed
Update binutils on Travis
1 parent e59feee commit e999335

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ addons:
3636
bundler_args: --jobs=4 --retry=3
3737
before_install:
3838
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then gem update bundler; fi
39+
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then sudo apt-get update; fi
40+
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then sudo apt-get upgrade binutils; fi
3941
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then sudo gem install bundler; fi
4042
script:
4143
- git submodule update --init

0 commit comments

Comments
 (0)