Skip to content

Commit

Permalink
Travis fix (h4tr3d#59)
Browse files Browse the repository at this point in the history
* Travis: remove tesseract PPA

* Travis: remove git checkout depth limitation

* Travis/OSX: install python in separate step

* Travis/OSX: try WA for homebrew
  • Loading branch information
h4tr3d authored Dec 28, 2019
1 parent 9cfd61c commit e4e4418
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ sudo: required
language: cpp

git:
depth: 1
#depth: 1
submodules: true

cache:
Expand Down
2 changes: 1 addition & 1 deletion ci/travis/install-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ build_cmake
echo "Prepare FFmpeg"
(
sudo add-apt-repository ppa:jonathonf/ffmpeg-4 -y
sudo add-apt-repository ppa:jonathonf/tesseract -y
#sudo add-apt-repository ppa:jonathonf/tesseract -y
sudo apt-get -qq update
sudo apt-get install -y libavcodec-dev \
libavdevice-dev \
Expand Down
4 changes: 4 additions & 0 deletions ci/travis/install-osx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,8 @@
#shell_session_update() { :; }

brew update
brew install python
brew link --overwrite python
brew install ffmpeg
# WA for homebrew
true

0 comments on commit e4e4418

Please sign in to comment.