Skip to content

Commit 0f428b8

Browse files
WIP maybe fix weird wrong CI issue
1 parent 7edeb1f commit 0f428b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -330,6 +330,7 @@ jobs:
330330
before_install:
331331
- mkdir bin ; ln -s /usr/bin/gcc-5 bin/gcc
332332
- sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-5 90
333+
- sudo update-alternative --install /usr/bin/gcc gcc /usr/bin/gcc-5 90
333334
- g++ --version
334335
# Coverity runs as part of before_script
335336
env:

0 commit comments

Comments
 (0)