Skip to content

Commit a974a53

Browse files
committed
Remove --graphviz from TRAVIS CI for MacOS
- The --graphviz brew install option seems to be broken for doxygen. This removes the option from the Travis configuration.
1 parent 683ed8c commit a974a53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ matrix:
4343
before_install:
4444
- brew update
4545
- brew upgrade python
46-
- brew install doxygen --with-graphviz
46+
- brew install doxygen
4747
- brew install opendbx
4848
- brew install popt
4949
- brew install swig

0 commit comments

Comments
 (0)