We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc3be39 commit 9045d74Copy full SHA for 9045d74
.travis.yml
@@ -103,6 +103,9 @@ before_install:
103
- export PATH=/opt/cabal/1.24/bin:$PATH
104
- export PATH=/opt/happy/1.19.5/bin:$PATH
105
- export PATH=/opt/alex/3.1.7/bin:$PATH
106
+ - if [ "$TRAVIS_OS_NAME" = "linux" ]; then sudo update-alternatives --install "/usr/bin/ld" "ld" "/usr/bin/ld.gold" 20; fi
107
+ - if [ "$TRAVIS_OS_NAME" = "linux" ]; then sudo update-alternatives --install "/usr/bin/ld" "ld" "/usr/bin/ld.bfd" 10; fi
108
+ - ld --version
109
- ./travis-install.sh
110
111
install:
0 commit comments