Skip to content

Commit

Permalink
Fix broken Travis config.
Browse files Browse the repository at this point in the history
URL for docerator updated.

System Python used instead of Homebrew version, for the Foundation
library which is pre-installed on OSX; an alternative would to install
PyObjC on Homebrew via easy_install/pip.
  • Loading branch information
Deltafire committed Feb 1, 2017
1 parent 26f9751 commit 6b23f73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ matrix:
- brew update
- brew install lhasa libzzip sdl2
- pushd resources/pictures/docicons/osx
- wget https://docerator.googlecode.com/files/docerator-2.0.zip
- wget https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/docerator/docerator-2.0.zip
- unzip docerator-2.0.zip -d docerator
- rm docerator-2.0.zip
- python genicons.py
- /usr/bin/python genicons.py
- popd
script: *cmake_build

0 comments on commit 6b23f73

Please sign in to comment.