summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2018-10-12 08:09:02 (GMT)
committeralbert-github <albert.tests@gmail.com>2018-10-12 08:09:02 (GMT)
commite78925a2142bb254dfc8ffc993a21f54ee4cf461 (patch)
treee04a41a21fd16bb58802f6b399a36d7ac6bf5e8b /.travis.yml
parentd0f90ba4a1b7a8e2b5a15e7d8a05d0f484e8f3b5 (diff)
downloadDoxygen-e78925a2142bb254dfc8ffc993a21f54ee4cf461.zip
Doxygen-e78925a2142bb254dfc8ffc993a21f54ee4cf461.tar.gz
Doxygen-e78925a2142bb254dfc8ffc993a21f54ee4cf461.tar.bz2
Fix travis mac build
Need `;` in `if` statement
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 71fd5bb..626f1f3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -29,7 +29,7 @@ jobs:
before_script:
- if [ "${TRAVIS_OS_NAME}" == "osx" ]; then
- mkdir -p /usr/local/man
+ mkdir -p /usr/local/man;
pip install --quiet conan;
export HOMEBREW_NO_AUTO_UPDATE=1;
brew install ghostscript;