Skip to content

Commit 13ee5f1

Browse files
committed
Uninstall OCLint on MacOS images
For rationale, see - travis-ci/travis-ci#8826 - travis-ci/docs-travis-ci-com#1283
1 parent 0647450 commit 13ee5f1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ before_install:
8686
ln -s /usr/bin/g++-5 $HOME/bin/g++;
8787
ln -s /usr/bin/gfortran-5 $HOME/bin/gfortran;
8888
else
89+
brew cask uninstall oclint;
8990
brew update;
9091
brew install -v gcc;
9192
fi

0 commit comments

Comments
 (0)