From 45543af564162f1903343e5aa79a103877a96d15 Mon Sep 17 00:00:00 2001 From: Anton Rieder <1301152+aried3r@users.noreply.github.com> Date: Mon, 17 Dec 2018 14:21:52 +0100 Subject: [PATCH] Remove unnecessary uninstall of oclint See https://changelog.travis-ci.com/oclint-is-removed-from-mac-builds-79270 --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index a1fd4ff1..eac8586e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -53,9 +53,6 @@ matrix: - HOMEBREW_NO_AUTO_UPDATE=1 cache: ccache before_install: - # oclint cask conflicts with gcc formula, see: - # https://github.com/travis-ci/travis-ci/issues/8826 - - brew cask uninstall oclint - brew install ccache - brew install gtk-doc gobject-introspection