Skip to content

Commit

Permalink
Fix travis mac build
Browse files Browse the repository at this point in the history
Attempt to fix mac build of travis in respect to:
- Could not install packages due to an EnvironmentError: [Errno 13] Permission denied: '/usr/local/man'
  • Loading branch information
albert-github committed Oct 12, 2018
1 parent 59699e3 commit d0f90ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:

before_script:
- if [ "${TRAVIS_OS_NAME}" == "osx" ]; then
mkdir -p /usr/local/man
pip install --quiet conan;
export HOMEBREW_NO_AUTO_UPDATE=1;
brew install ghostscript;
Expand Down

0 comments on commit d0f90ba

Please sign in to comment.