Skip to content

Commit

Permalink
Travis OSX images don't contain oclint anymore
Browse files Browse the repository at this point in the history
This was a common issue in Travis builds across many projects, so the
people at Travis decided to uninstall oclint by default. Details in
https://changelog.travis-ci.com/oclint-is-removed-from-mac-builds-79270

Signed-off-by: Rodrigo Tobar <rtobar@icrar.org>
  • Loading branch information
rtobar committed Nov 16, 2018
1 parent 7a8c247 commit e949174
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .travis/before_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,6 @@ then
brew update || fail "cannot update brew"
fi

# The xcode 8.1 and 9.1 images need oclint to be uninstalled
# (see travis-ci issue #8826)
if [ "${XCODE}" = "8.1" -o "${XCODE}" = "9.1" ]
then
brew cask uninstall oclint || fail "cannot uninstall oclint"
fi

# cxxtest pulls python@2, so we need to unlink
# the pre-installed python first
brew unlink python || fail "cannot unlink python"
Expand Down

0 comments on commit e949174

Please sign in to comment.