summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2018-10-12 09:31:12 (GMT)
committeralbert-github <albert.tests@gmail.com>2018-10-12 09:31:12 (GMT)
commit72f9ffcbda4da4930ceab28043278cff51778c68 (patch)
treeafdc9e87bc11e4bd684f1031f698fc1f22be769e /.travis.yml
parente78925a2142bb254dfc8ffc993a21f54ee4cf461 (diff)
downloadDoxygen-72f9ffcbda4da4930ceab28043278cff51778c68.zip
Doxygen-72f9ffcbda4da4930ceab28043278cff51778c68.tar.gz
Doxygen-72f9ffcbda4da4930ceab28043278cff51778c68.tar.bz2
Fix travis mac build
Suggestion fro @crodon implemented This is an error in one of the dependencies of Conan, which should be fixed upstream soon. Then we can remove this error again. See conan-io/conan#3728 for more information
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 626f1f3..829e54e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -29,7 +29,8 @@ jobs:
before_script:
- if [ "${TRAVIS_OS_NAME}" == "osx" ]; then
- mkdir -p /usr/local/man;
+ sudo mkdir -p /usr/local/man;
+ sudo chown -R "${USER}:admin" /usr/local/man;
pip install --quiet conan;
export HOMEBREW_NO_AUTO_UPDATE=1;
brew install ghostscript;