Skip to content

Commit

Permalink
test brew installs but allow failures
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengroat authored May 12, 2017
1 parent af212af commit 14baca3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,16 @@ addons:
packages:
#- g++-6

matrix:
include:
- os: osx
script: brew install tesseract --HEAD
cache:
directories:
- $HOME/Library/Caches/Homebrew
allow_failures:
- script: brew install tesseract --HEAD

cache:
directories:
- leptonica-$LEPT_VER
Expand Down

0 comments on commit 14baca3

Please sign in to comment.