Skip clang-format check on Travis macOS

This commit is contained in:
Douglas Stebila 2019-08-01 16:20:09 -04:00
parent d4a0d50c61
commit fa2c84a967

View File

@ -19,6 +19,7 @@ matrix:
compiler: clang
env:
- WITH_OPENSSL=1
- SKIP_TESTS=style
before_install:
- brew install doxygen graphviz
- pip3 install pytest
@ -35,6 +36,7 @@ matrix:
compiler: clang
env:
- WITH_OPENSSL=0
- SKIP_TESTS=style
before_install:
- brew install doxygen graphviz
- pip3 install pytest