Skip to content

Commit

Permalink
Fix travis mac build
Browse files Browse the repository at this point in the history
Need `;` in `if` statement
  • Loading branch information
albert-github committed Oct 12, 2018
1 parent d0f90ba commit e78925a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit e78925a

Please sign in to comment.