Skip to content

Commit

Permalink
Disable travis os x builds as they do not work well on travis-side.
Browse files Browse the repository at this point in the history
  • Loading branch information
egorpugin authored Sep 9, 2017
1 parent 3493785 commit 63e1862
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ sudo: false

os:
- linux
- osx
#- osx

addons:
apt:
Expand All @@ -23,16 +23,16 @@ addons:
packages:
#- g++-6

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

cache:
directories:
Expand Down

0 comments on commit 63e1862

Please sign in to comment.