summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2018-10-12 07:52:37 (GMT)
committeralbert-github <albert.tests@gmail.com>2018-10-12 07:52:37 (GMT)
commitd0f90ba4a1b7a8e2b5a15e7d8a05d0f484e8f3b5 (patch)
treecc327bf4df625c87779a7bee5900a5c59bfc7d1e /.travis.yml
parent59699e3771cf70a3faa988f929dc3fb462413872 (diff)
downloadDoxygen-d0f90ba4a1b7a8e2b5a15e7d8a05d0f484e8f3b5.zip
Doxygen-d0f90ba4a1b7a8e2b5a15e7d8a05d0f484e8f3b5.tar.gz
Doxygen-d0f90ba4a1b7a8e2b5a15e7d8a05d0f484e8f3b5.tar.bz2
Fix travis mac build
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'
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 7a370da..71fd5bb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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;