Skip to content
This repository has been archived by the owner on Jun 3, 2021. It is now read-only.

Commit

Permalink
.travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wrmswindmill committed Jul 18, 2019
1 parent 6cefc8d commit 175b747
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,12 @@ before_cache:
- rm -fr $HOME/.gradle/caches/*/plugin-resolution/

before_install:
if [[ "${STATIC_CODE_ANALYSIS}" = "true" ]]; then
- brew cask uninstall oclint
- brew tap oclint/formulae
- brew install oclint
fi
- |
if [[ "${STATIC_CODE_ANALYSIS}" = "true" ]]; then
brew cask uninstall oclint
brew tap oclint/formulae
brew install oclint
fi
install:
- |
Expand Down

0 comments on commit 175b747

Please sign in to comment.